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