#efecdf
a pale, soft yellow · cool · closest name: ivory
RGB
239, 236, 223
HSL
49°, 33%, 91%
CMYK
0, 1, 7, 6
Luminance
0.8367
Every format
| HEX | #efecdf |
| RGB | rgb(239, 236, 223) |
| HSL | hsl(49, 33%, 91%) |
| CMYK | cmyk(0%, 1%, 7%, 6%) |
| LAB | lab(93.3 -1.2 6.7) |
| LCH | lch(93.3 6.8 100.4) |
| OKLCH | oklch(0.942 0.018 96.1) |
Copy-ready code
/* CSS */
color: #efecdf;
background-color: #efecdf;
/* Tailwind (arbitrary) */
class="text-[#efecdf] bg-[#efecdf]"
/* SCSS */
$brand: #efecdf;
/* SwiftUI */
Color(red: 0.937, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#efecdf")Accessibility — WCAG contrast
Aa
#efecdf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efecdf on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green92.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow6.7%
Key (black)6.3%
Color previews
#efecdf text on a black background
contrast 17.73:1
Card sample
#efecdf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efecdf;
Background color
Panel with #efecdf background
background-color: #efecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efecdf; background: linear-gradient(135deg, #efecdf, #E7EFDF);