#edf0cf
a pale, vivid yellow · cool · closest name: beige
RGB
237, 240, 207
HSL
66°, 52%, 88%
CMYK
1, 0, 14, 6
Luminance
0.8483
Every format
| HEX | #edf0cf |
| RGB | rgb(237, 240, 207) |
| HSL | hsl(66, 52%, 88%) |
| CMYK | cmyk(1%, 0%, 14%, 6%) |
| LAB | lab(93.8 -6.5 15.6) |
| LCH | lch(93.8 16.9 112.6) |
| OKLCH | oklch(0.944 0.043 111.4) |
Copy-ready code
/* CSS */
color: #edf0cf;
background-color: #edf0cf;
/* Tailwind (arbitrary) */
class="text-[#edf0cf] bg-[#edf0cf]"
/* SCSS */
$brand: #edf0cf;
/* SwiftUI */
Color(red: 0.929, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#edf0cf")Accessibility — WCAG contrast
Aa
#edf0cf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf0cf on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green94.1%
Blue81.2%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow13.7%
Key (black)5.9%
Color previews
#edf0cf text on a black background
contrast 17.97:1
Card sample
#edf0cf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf0cf;
Background color
Panel with #edf0cf background
background-color: #edf0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf0cf; background: linear-gradient(135deg, #edf0cf, #D7F0CF);