#edecf2
a pale, soft blue · warm · closest name: white
RGB
237, 236, 242
HSL
250°, 19%, 94%
CMYK
2, 3, 0, 5
Luminance
0.8441
Every format
| HEX | #edecf2 |
| RGB | rgb(237, 236, 242) |
| HSL | hsl(250, 19%, 94%) |
| CMYK | cmyk(2%, 3%, 0%, 5%) |
| LAB | lab(93.6 1.4 -2.8) |
| LCH | lch(93.6 3.1 296.9) |
| OKLCH | oklch(0.946 0.008 293.9) |
Copy-ready code
/* CSS */
color: #edecf2;
background-color: #edecf2;
/* Tailwind (arbitrary) */
class="text-[#edecf2] bg-[#edecf2]"
/* SCSS */
$brand: #edecf2;
/* SwiftUI */
Color(red: 0.929, green: 0.925, blue: 0.949)
/* Android */
Color.parseColor("#edecf2")Accessibility — WCAG contrast
Aa
#edecf2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edecf2 on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.5%
Blue94.9%
CMYK percentages
Cyan2.1%
Magenta2.5%
Yellow0.0%
Key (black)5.1%
Color previews
#edecf2 text on a black background
contrast 17.88:1
Card sample
#edecf2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edecf2;
Background color
Panel with #edecf2 background
background-color: #edecf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edecf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 236, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 236, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edecf2; background: linear-gradient(135deg, #edecf2, #F1ECF2);