#edf5cf
a pale, vivid green · cool · closest name: beige
RGB
237, 245, 207
HSL
73°, 66%, 89%
CMYK
3, 0, 16, 4
Luminance
0.8781
Every format
| HEX | #edf5cf |
| RGB | rgb(237, 245, 207) |
| HSL | hsl(73, 66%, 89%) |
| CMYK | cmyk(3%, 0%, 16%, 4%) |
| LAB | lab(95.1 -9.0 17.4) |
| LCH | lch(95.1 19.6 117.4) |
| OKLCH | oklch(0.954 0.050 117.0) |
Copy-ready code
/* CSS */
color: #edf5cf;
background-color: #edf5cf;
/* Tailwind (arbitrary) */
class="text-[#edf5cf] bg-[#edf5cf]"
/* SCSS */
$brand: #edf5cf;
/* SwiftUI */
Color(red: 0.929, green: 0.961, blue: 0.812)
/* Android */
Color.parseColor("#edf5cf")Accessibility — WCAG contrast
Aa
#edf5cf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf5cf on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green96.1%
Blue81.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow15.5%
Key (black)3.9%
Color previews
#edf5cf text on a black background
contrast 18.56:1
Card sample
#edf5cf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf5cf;
Background color
Panel with #edf5cf background
background-color: #edf5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 245, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 245, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf5cf; background: linear-gradient(135deg, #edf5cf, #D4F5CF);