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