#eceff2
a pale, soft blue · cool · closest name: white
RGB
236, 239, 242
HSL
210°, 19%, 94%
CMYK
3, 1, 0, 5
Luminance
0.8598
Every format
| HEX | #eceff2 |
| RGB | rgb(236, 239, 242) |
| HSL | hsl(210, 19%, 94%) |
| CMYK | cmyk(3%, 1%, 0%, 5%) |
| LAB | lab(94.3 -0.5 -1.8) |
| LCH | lch(94.3 1.9 255.6) |
| OKLCH | oklch(0.951 0.005 247.9) |
Copy-ready code
/* CSS */
color: #eceff2;
background-color: #eceff2;
/* Tailwind (arbitrary) */
class="text-[#eceff2] bg-[#eceff2]"
/* SCSS */
$brand: #eceff2;
/* SwiftUI */
Color(red: 0.925, green: 0.937, blue: 0.949)
/* Android */
Color.parseColor("#eceff2")Accessibility — WCAG contrast
Aa
#eceff2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceff2 on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green93.7%
Blue94.9%
CMYK percentages
Cyan2.5%
Magenta1.2%
Yellow0.0%
Key (black)5.1%
Color previews
#eceff2 text on a black background
contrast 18.20:1
Card sample
#eceff2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceff2;
Background color
Panel with #eceff2 background
background-color: #eceff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 239, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 239, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceff2; background: linear-gradient(135deg, #eceff2, #EDECF2);