#efeee0
a pale, soft yellow · cool · closest name: ivory
RGB
239, 238, 224
HSL
56°, 32%, 91%
CMYK
0, 0, 6, 6
Luminance
0.8488
Every format
| HEX | #efeee0 |
| RGB | rgb(239, 238, 224) |
| HSL | hsl(56, 32%, 91%) |
| CMYK | cmyk(0%, 0%, 6%, 6%) |
| LAB | lab(93.8 -2.1 6.9) |
| LCH | lch(93.8 7.2 106.7) |
| OKLCH | oklch(0.946 0.019 103.4) |
Copy-ready code
/* CSS */
color: #efeee0;
background-color: #efeee0;
/* Tailwind (arbitrary) */
class="text-[#efeee0] bg-[#efeee0]"
/* SCSS */
$brand: #efeee0;
/* SwiftUI */
Color(red: 0.937, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#efeee0")Accessibility — WCAG contrast
Aa
#efeee0 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efeee0 on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green93.3%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow6.3%
Key (black)6.3%
Color previews
#efeee0 text on a black background
contrast 17.98:1
Card sample
#efeee0 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efeee0;
Background color
Panel with #efeee0 background
background-color: #efeee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efeee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efeee0; background: linear-gradient(135deg, #efeee0, #E6EFE0);