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