#ecfafd
a pale, electric cyan · cool · closest name: white
RGB
236, 250, 253
HSL
191°, 81%, 96%
CMYK
7, 1, 0, 1
Luminance
0.9330
Every format
| HEX | #ecfafd |
| RGB | rgb(236, 250, 253) |
| HSL | hsl(191, 81%, 96%) |
| CMYK | cmyk(7%, 1%, 0%, 1%) |
| LAB | lab(97.3 -4.0 -3.0) |
| LCH | lch(97.3 5.0 216.9) |
| OKLCH | oklch(0.976 0.015 212.0) |
Copy-ready code
/* CSS */
color: #ecfafd;
background-color: #ecfafd;
/* Tailwind (arbitrary) */
class="text-[#ecfafd] bg-[#ecfafd]"
/* SCSS */
$brand: #ecfafd;
/* SwiftUI */
Color(red: 0.925, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#ecfafd")Accessibility — WCAG contrast
Aa
#ecfafd on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfafd on black: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green98.0%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ecfafd text on a black background
contrast 19.66:1
Card sample
#ecfafd text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfafd;
Background color
Panel with #ecfafd background
background-color: #ecfafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfafd; background: linear-gradient(135deg, #ecfafd, #ECEFFD);