#edf2cf
a pale, vivid yellow · cool · closest name: beige
RGB
237, 242, 207
HSL
69°, 57%, 88%
CMYK
2, 0, 15, 5
Luminance
0.8601
Every format
| HEX | #edf2cf |
| RGB | rgb(237, 242, 207) |
| HSL | hsl(69, 57%, 88%) |
| CMYK | cmyk(2%, 0%, 15%, 5%) |
| LAB | lab(94.3 -7.5 16.4) |
| LCH | lch(94.3 18.0 114.7) |
| OKLCH | oklch(0.948 0.046 113.9) |
Copy-ready code
/* CSS */
color: #edf2cf;
background-color: #edf2cf;
/* Tailwind (arbitrary) */
class="text-[#edf2cf] bg-[#edf2cf]"
/* SCSS */
$brand: #edf2cf;
/* SwiftUI */
Color(red: 0.929, green: 0.949, blue: 0.812)
/* Android */
Color.parseColor("#edf2cf")Accessibility — WCAG contrast
Aa
#edf2cf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf2cf on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green94.9%
Blue81.2%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow14.5%
Key (black)5.1%
Color previews
#edf2cf text on a black background
contrast 18.20:1
Card sample
#edf2cf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf2cf;
Background color
Panel with #edf2cf background
background-color: #edf2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 242, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 242, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf2cf; background: linear-gradient(135deg, #edf2cf, #D6F2CF);