#edfccf
a pale, electric green · cool · closest name: beige
RGB
237, 252, 207
HSL
80°, 88%, 90%
CMYK
6, 0, 18, 1
Luminance
0.9213
Every format
| HEX | #edfccf |
| RGB | rgb(237, 252, 207) |
| HSL | hsl(80, 88%, 90%) |
| CMYK | cmyk(6%, 0%, 18%, 1%) |
| LAB | lab(96.9 -12.5 19.9) |
| LCH | lch(96.9 23.5 122.1) |
| OKLCH | oklch(0.969 0.061 122.5) |
Copy-ready code
/* CSS */
color: #edfccf;
background-color: #edfccf;
/* Tailwind (arbitrary) */
class="text-[#edfccf] bg-[#edfccf]"
/* SCSS */
$brand: #edfccf;
/* SwiftUI */
Color(red: 0.929, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#edfccf")Accessibility — WCAG contrast
Aa
#edfccf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfccf on black: 19.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green98.8%
Blue81.2%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#edfccf text on a black background
contrast 19.43:1
Card sample
#edfccf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfccf;
Background color
Panel with #edfccf background
background-color: #edfccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfccf; background: linear-gradient(135deg, #edfccf, #CFFCCF);