#edf5dc
a pale, vivid green · cool · closest name: beige
RGB
237, 245, 220
HSL
79°, 56%, 91%
CMYK
3, 0, 10, 4
Luminance
0.8848
Every format
| HEX | #edf5dc |
| RGB | rgb(237, 245, 220) |
| HSL | hsl(79, 56%, 91%) |
| CMYK | cmyk(3%, 0%, 10%, 4%) |
| LAB | lab(95.4 -7.0 11.1) |
| LCH | lch(95.4 13.1 122.0) |
| OKLCH | oklch(0.958 0.034 121.5) |
Copy-ready code
/* CSS */
color: #edf5dc;
background-color: #edf5dc;
/* Tailwind (arbitrary) */
class="text-[#edf5dc] bg-[#edf5dc]"
/* SCSS */
$brand: #edf5dc;
/* SwiftUI */
Color(red: 0.929, green: 0.961, blue: 0.863)
/* Android */
Color.parseColor("#edf5dc")Accessibility — WCAG contrast
Aa
#edf5dc on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf5dc on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green96.1%
Blue86.3%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow10.2%
Key (black)3.9%
Color previews
#edf5dc text on a black background
contrast 18.70:1
Card sample
#edf5dc text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf5dc;
Background color
Panel with #edf5dc background
background-color: #edf5dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf5dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 245, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 245, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf5dc; background: linear-gradient(135deg, #edf5dc, #DCF5DC);