#ebfefd
a pale, electric cyan · cool · closest name: white
RGB
235, 254, 253
HSL
177°, 91%, 96%
CMYK
8, 0, 0, 0
Luminance
0.9564
Every format
| HEX | #ebfefd |
| RGB | rgb(235, 254, 253) |
| HSL | hsl(177, 91%, 96%) |
| CMYK | cmyk(8%, 0%, 0%, 0%) |
| LAB | lab(98.3 -6.3 -1.6) |
| LCH | lch(98.3 6.6 194.6) |
| OKLCH | oklch(0.983 0.020 193.0) |
Copy-ready code
/* CSS */
color: #ebfefd;
background-color: #ebfefd;
/* Tailwind (arbitrary) */
class="text-[#ebfefd] bg-[#ebfefd]"
/* SCSS */
$brand: #ebfefd;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#ebfefd")Accessibility — WCAG contrast
Aa
#ebfefd on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfefd on black: 20.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#ebfefd text on a black background
contrast 20.13:1
Card sample
#ebfefd text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfefd;
Background color
Panel with #ebfefd background
background-color: #ebfefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfefd; background: linear-gradient(135deg, #ebfefd, #EBF2FE);