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