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