#edf9f6
a pale, vivid cyan · cool · closest name: white
RGB
237, 249, 246
HSL
165°, 50%, 95%
CMYK
5, 0, 1, 2
Luminance
0.9241
Every format
| HEX | #edf9f6 |
| RGB | rgb(237, 249, 246) |
| HSL | hsl(165, 50%, 95%) |
| CMYK | cmyk(5%, 0%, 1%, 2%) |
| LAB | lab(97.0 -4.5 0.1) |
| LCH | lch(97.0 4.5 179.1) |
| OKLCH | oklch(0.972 0.013 179.5) |
Copy-ready code
/* CSS */
color: #edf9f6;
background-color: #edf9f6;
/* Tailwind (arbitrary) */
class="text-[#edf9f6] bg-[#edf9f6]"
/* SCSS */
$brand: #edf9f6;
/* SwiftUI */
Color(red: 0.929, green: 0.976, blue: 0.965)
/* Android */
Color.parseColor("#edf9f6")Accessibility — WCAG contrast
Aa
#edf9f6 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf9f6 on black: 19.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green97.6%
Blue96.5%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow1.2%
Key (black)2.4%
Color previews
#edf9f6 text on a black background
contrast 19.48:1
Card sample
#edf9f6 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf9f6;
Background color
Panel with #edf9f6 background
background-color: #edf9f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf9f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 249, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 249, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf9f6; background: linear-gradient(135deg, #edf9f6, #EDF4F9);