#ecfcff
a pale, electric cyan · cool · closest name: white
RGB
236, 252, 255
HSL
190°, 100%, 96%
CMYK
8, 1, 0, 0
Luminance
0.9467
Every format
| HEX | #ecfcff |
| RGB | rgb(236, 252, 255) |
| HSL | hsl(190, 100%, 96%) |
| CMYK | cmyk(8%, 1%, 0%, 0%) |
| LAB | lab(97.9 -4.7 -3.2) |
| LCH | lch(97.9 5.7 214.8) |
| OKLCH | oklch(0.980 0.017 210.2) |
Copy-ready code
/* CSS */
color: #ecfcff;
background-color: #ecfcff;
/* Tailwind (arbitrary) */
class="text-[#ecfcff] bg-[#ecfcff]"
/* SCSS */
$brand: #ecfcff;
/* SwiftUI */
Color(red: 0.925, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#ecfcff")Accessibility — WCAG contrast
Aa
#ecfcff on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfcff on black: 19.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green98.8%
Blue100.0%
CMYK percentages
Cyan7.5%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#ecfcff text on a black background
contrast 19.93:1
Card sample
#ecfcff text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfcff;
Background color
Panel with #ecfcff background
background-color: #ecfcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfcff; background: linear-gradient(135deg, #ecfcff, #ECEFFF);