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