#edf4cd
a pale, vivid green · cool · closest name: beige
RGB
237, 244, 205
HSL
71°, 64%, 88%
CMYK
3, 0, 16, 4
Luminance
0.8711
Every format
| HEX | #edf4cd |
| RGB | rgb(237, 244, 205) |
| HSL | hsl(71, 64%, 88%) |
| CMYK | cmyk(3%, 0%, 16%, 4%) |
| LAB | lab(94.8 -8.8 18.0) |
| LCH | lch(94.8 20.1 116.1) |
| OKLCH | oklch(0.952 0.051 115.7) |
Copy-ready code
/* CSS */
color: #edf4cd;
background-color: #edf4cd;
/* Tailwind (arbitrary) */
class="text-[#edf4cd] bg-[#edf4cd]"
/* SCSS */
$brand: #edf4cd;
/* SwiftUI */
Color(red: 0.929, green: 0.957, blue: 0.804)
/* Android */
Color.parseColor("#edf4cd")Accessibility — WCAG contrast
Aa
#edf4cd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf4cd on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green95.7%
Blue80.4%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow16.0%
Key (black)4.3%
Color previews
#edf4cd text on a black background
contrast 18.42:1
Card sample
#edf4cd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf4cd;
Background color
Panel with #edf4cd background
background-color: #edf4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 244, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 244, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf4cd; background: linear-gradient(135deg, #edf4cd, #D3F4CD);