#edfcf6
a pale, vivid green · cool · closest name: white
RGB
237, 252, 246
HSL
156°, 71%, 96%
CMYK
6, 0, 2, 1
Luminance
0.9428
Every format
| HEX | #edfcf6 |
| RGB | rgb(237, 252, 246) |
| HSL | hsl(156, 71%, 96%) |
| CMYK | cmyk(6%, 0%, 2%, 1%) |
| LAB | lab(97.7 -6.0 1.2) |
| LCH | lch(97.7 6.1 168.9) |
| OKLCH | oklch(0.978 0.018 170.1) |
Copy-ready code
/* CSS */
color: #edfcf6;
background-color: #edfcf6;
/* Tailwind (arbitrary) */
class="text-[#edfcf6] bg-[#edfcf6]"
/* SCSS */
$brand: #edfcf6;
/* SwiftUI */
Color(red: 0.929, green: 0.988, blue: 0.965)
/* Android */
Color.parseColor("#edfcf6")Accessibility — WCAG contrast
Aa
#edfcf6 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfcf6 on black: 19.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green98.8%
Blue96.5%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow2.4%
Key (black)1.2%
Color previews
#edfcf6 text on a black background
contrast 19.86:1
Card sample
#edfcf6 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfcf6;
Background color
Panel with #edfcf6 background
background-color: #edfcf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfcf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 252, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 252, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfcf6; background: linear-gradient(135deg, #edfcf6, #EDF8FC);