#ebfdfc
a pale, electric cyan · cool · closest name: white
RGB
235, 253, 252
HSL
177°, 82%, 96%
CMYK
7, 0, 0, 1
Luminance
0.9494
Every format
| HEX | #ebfdfc |
| RGB | rgb(235, 253, 252) |
| HSL | hsl(177, 82%, 96%) |
| CMYK | cmyk(7%, 0%, 0%, 1%) |
| LAB | lab(98.0 -6.0 -1.5) |
| LCH | lch(98.0 6.2 194.3) |
| OKLCH | oklch(0.981 0.019 192.8) |
Copy-ready code
/* CSS */
color: #ebfdfc;
background-color: #ebfdfc;
/* Tailwind (arbitrary) */
class="text-[#ebfdfc] bg-[#ebfdfc]"
/* SCSS */
$brand: #ebfdfc;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#ebfdfc")Accessibility — WCAG contrast
Aa
#ebfdfc on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfdfc on black: 19.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue98.8%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#ebfdfc text on a black background
contrast 19.99:1
Card sample
#ebfdfc text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfdfc;
Background color
Panel with #ebfdfc background
background-color: #ebfdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfdfc; background: linear-gradient(135deg, #ebfdfc, #EBF2FD);