#efeee4
a pale, soft yellow · cool · closest name: ivory
RGB
239, 238, 228
HSL
55°, 26%, 92%
CMYK
0, 0, 5, 6
Luminance
0.8510
Every format
| HEX | #efeee4 |
| RGB | rgb(239, 238, 228) |
| HSL | hsl(55, 26%, 92%) |
| CMYK | cmyk(0%, 0%, 5%, 6%) |
| LAB | lab(93.9 -1.4 5.0) |
| LCH | lch(93.9 5.1 105.8) |
| OKLCH | oklch(0.947 0.013 102.0) |
Copy-ready code
/* CSS */
color: #efeee4;
background-color: #efeee4;
/* Tailwind (arbitrary) */
class="text-[#efeee4] bg-[#efeee4]"
/* SCSS */
$brand: #efeee4;
/* SwiftUI */
Color(red: 0.937, green: 0.933, blue: 0.894)
/* Android */
Color.parseColor("#efeee4")Accessibility — WCAG contrast
Aa
#efeee4 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efeee4 on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green93.3%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow4.6%
Key (black)6.3%
Color previews
#efeee4 text on a black background
contrast 18.02:1
Card sample
#efeee4 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efeee4;
Background color
Panel with #efeee4 background
background-color: #efeee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efeee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 238, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 238, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efeee4; background: linear-gradient(135deg, #efeee4, #E9EFE4);