#edfdbf
a pale, electric green · cool · closest name: khaki
RGB
237, 253, 191
HSL
76°, 94%, 87%
CMYK
6, 0, 25, 1
Luminance
0.9202
Every format
| HEX | #edfdbf |
| RGB | rgb(237, 253, 191) |
| HSL | hsl(76, 94%, 87%) |
| CMYK | cmyk(6%, 0%, 25%, 1%) |
| LAB | lab(96.8 -15.3 28.0) |
| LCH | lch(96.8 31.9 118.7) |
| OKLCH | oklch(0.967 0.082 119.7) |
Copy-ready code
/* CSS */
color: #edfdbf;
background-color: #edfdbf;
/* Tailwind (arbitrary) */
class="text-[#edfdbf] bg-[#edfdbf]"
/* SCSS */
$brand: #edfdbf;
/* SwiftUI */
Color(red: 0.929, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#edfdbf")Accessibility — WCAG contrast
Aa
#edfdbf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfdbf on black: 19.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green99.2%
Blue74.9%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#edfdbf text on a black background
contrast 19.40:1
Card sample
#edfdbf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfdbf;
Background color
Panel with #edfdbf background
background-color: #edfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfdbf; background: linear-gradient(135deg, #edfdbf, #C4FDBF);