#ebfbfe
a pale, electric cyan · cool · closest name: white
RGB
235, 251, 254
HSL
190°, 91%, 96%
CMYK
8, 1, 0, 0
Luminance
0.9381
Every format
| HEX | #ebfbfe |
| RGB | rgb(235, 251, 254) |
| HSL | hsl(190, 91%, 96%) |
| CMYK | cmyk(8%, 1%, 0%, 0%) |
| LAB | lab(97.6 -4.7 -3.2) |
| LCH | lch(97.6 5.7 214.7) |
| OKLCH | oklch(0.977 0.017 210.2) |
Copy-ready code
/* CSS */
color: #ebfbfe;
background-color: #ebfbfe;
/* Tailwind (arbitrary) */
class="text-[#ebfbfe] bg-[#ebfbfe]"
/* SCSS */
$brand: #ebfbfe;
/* SwiftUI */
Color(red: 0.922, green: 0.984, blue: 0.996)
/* Android */
Color.parseColor("#ebfbfe")Accessibility — WCAG contrast
Aa
#ebfbfe on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfbfe on black: 19.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.4%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta1.2%
Yellow0.0%
Key (black)0.4%
Color previews
#ebfbfe text on a black background
contrast 19.76:1
Card sample
#ebfbfe text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfbfe;
Background color
Panel with #ebfbfe background
background-color: #ebfbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 251, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 251, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfbfe; background: linear-gradient(135deg, #ebfbfe, #EBEEFE);