#efeadf
a pale, soft yellow · warm · closest name: ivory
RGB
239, 234, 223
HSL
41°, 33%, 91%
CMYK
0, 2, 7, 6
Luminance
0.8252
Every format
| HEX | #efeadf |
| RGB | rgb(239, 234, 223) |
| HSL | hsl(41, 33%, 91%) |
| CMYK | cmyk(0%, 2%, 7%, 6%) |
| LAB | lab(92.8 -0.2 5.9) |
| LCH | lch(92.8 5.9 91.9) |
| OKLCH | oklch(0.938 0.016 86.4) |
Copy-ready code
/* CSS */
color: #efeadf;
background-color: #efeadf;
/* Tailwind (arbitrary) */
class="text-[#efeadf] bg-[#efeadf]"
/* SCSS */
$brand: #efeadf;
/* SwiftUI */
Color(red: 0.937, green: 0.918, blue: 0.875)
/* Android */
Color.parseColor("#efeadf")Accessibility — WCAG contrast
Aa
#efeadf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efeadf on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green91.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow6.7%
Key (black)6.3%
Color previews
#efeadf text on a black background
contrast 17.50:1
Card sample
#efeadf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efeadf;
Background color
Panel with #efeadf background
background-color: #efeadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efeadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 234, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 234, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efeadf; background: linear-gradient(135deg, #efeadf, #E9EFDF);