#edeff4
a pale, soft blue · cool · closest name: white
RGB
237, 239, 244
HSL
223°, 24%, 94%
CMYK
3, 2, 0, 4
Luminance
0.8627
Every format
| HEX | #edeff4 |
| RGB | rgb(237, 239, 244) |
| HSL | hsl(223, 24%, 94%) |
| CMYK | cmyk(3%, 2%, 0%, 4%) |
| LAB | lab(94.4 0.2 -2.6) |
| LCH | lch(94.4 2.6 275.2) |
| OKLCH | oklch(0.952 0.007 268.5) |
Copy-ready code
/* CSS */
color: #edeff4;
background-color: #edeff4;
/* Tailwind (arbitrary) */
class="text-[#edeff4] bg-[#edeff4]"
/* SCSS */
$brand: #edeff4;
/* SwiftUI */
Color(red: 0.929, green: 0.937, blue: 0.957)
/* Android */
Color.parseColor("#edeff4")Accessibility — WCAG contrast
Aa
#edeff4 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edeff4 on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green93.7%
Blue95.7%
CMYK percentages
Cyan2.9%
Magenta2.0%
Yellow0.0%
Key (black)4.3%
Color previews
#edeff4 text on a black background
contrast 18.25:1
Card sample
#edeff4 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edeff4;
Background color
Panel with #edeff4 background
background-color: #edeff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edeff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 239, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 239, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edeff4; background: linear-gradient(135deg, #edeff4, #F0EDF4);