Off white Color — HEX, RGB, HSL & CMYK Codes

#ffffe4
Format Value
HEX #ffffe4
RGB rgb(255, 255, 228)
HSL hsl(60, 100%, 94.7%)
CMYK cmyk(0%, 0%, 10.6%, 0%)
HSV hsv(60, 10.6%, 100%)

off white color harmonies

Tints & shades of off white

Tints (lighter)

#ffffe6 #ffffe9 #ffffeb #ffffee #fffff0 #fffff3 #fffff5 #fffff8 #fffffa #fffffd

Shades (darker)

#e8e8cf #d1d1bb #b9b9a6 #a2a291 #8b8b7c #747468 #5d5d53 #46463e #2e2e29 #171715

Contrast & accessibility

The quick brown fox

On white · 1.02:1 · Fail

The quick brown fox

On black · 20.68:1 · AAA

Recommended text color: #000000

Use off white in code

CSS color: #ffffe4;
SCSS $color: #ffffe4;
Tailwind bg-[#ffffe4]
Swift UIColor(red: 1.000, green: 1.000, blue: 0.894, alpha: 1)
Android Color.parseColor("#ffffe4")
Flutter Color(0xFFFFFFE4)

Colors similar to off white

Browse all Yellow colors →

What is the HEX code for off white?

The CSS color off white in HEX format is #ffffe4. Use this value directly in CSS, SVG, and most design tools.

How do I use off white in CSS?

To apply off white in CSS:

  • Text color: color: #ffffe4;
  • Background: background-color: #ffffe4;
  • Border: border-color: #ffffe4;

What are all the color format values for off white?

FormatValue
HEX#ffffe4
RGBrgb(255, 255, 228)
HSLhsl(60, 100%, 94.7%)
CMYKcmyk(0%, 0%, 10.6%, 0%)

How do I convert off white to HEX?

Select off white from the color name list in our color converter. The HEX value — #ffffe4 — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does off white belong to?

off white belongs to the near-white color family. It is a light, vivid color with HSL values: hue 60°, saturation 100%, lightness 94.7%.

How do I create lighter and darker shades of off white?

Lighter variant (lightness 95%): #ffffe5. Darker variant (lightness 79.7%): #ffff97. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.