#efe9da
a pale, soft yellow · warm · closest name: beige
RGB
239, 233, 218
HSL
43°, 40%, 90%
CMYK
0, 3, 9, 6
Luminance
0.8169
Every format
| HEX | #efe9da |
| RGB | rgb(239, 233, 218) |
| HSL | hsl(43, 40%, 90%) |
| CMYK | cmyk(0%, 3%, 9%, 6%) |
| LAB | lab(92.4 -0.5 8.0) |
| LCH | lch(92.4 8.0 93.6) |
| OKLCH | oklch(0.935 0.021 88.7) |
Copy-ready code
/* CSS */
color: #efe9da;
background-color: #efe9da;
/* Tailwind (arbitrary) */
class="text-[#efe9da] bg-[#efe9da]"
/* SCSS */
$brand: #efe9da;
/* SwiftUI */
Color(red: 0.937, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#efe9da")Accessibility — WCAG contrast
Aa
#efe9da on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe9da on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green91.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow8.8%
Key (black)6.3%
Color previews
#efe9da text on a black background
contrast 17.34:1
Card sample
#efe9da text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe9da;
Background color
Panel with #efe9da background
background-color: #efe9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe9da; background: linear-gradient(135deg, #efe9da, #E7EFDA);