#ebfcfa
a pale, vivid cyan · cool · closest name: white
RGB
235, 252, 250
HSL
173°, 74%, 96%
CMYK
7, 0, 1, 1
Luminance
0.9419
Every format
| HEX | #ebfcfa |
| RGB | rgb(235, 252, 250) |
| HSL | hsl(173, 74%, 96%) |
| CMYK | cmyk(7%, 0%, 1%, 1%) |
| LAB | lab(97.7 -5.9 -0.9) |
| LCH | lch(97.7 6.0 189.1) |
| OKLCH | oklch(0.978 0.018 188.4) |
Copy-ready code
/* CSS */
color: #ebfcfa;
background-color: #ebfcfa;
/* Tailwind (arbitrary) */
class="text-[#ebfcfa] bg-[#ebfcfa]"
/* SCSS */
$brand: #ebfcfa;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.980)
/* Android */
Color.parseColor("#ebfcfa")Accessibility — WCAG contrast
Aa
#ebfcfa on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcfa on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue98.0%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow0.8%
Key (black)1.2%
Color previews
#ebfcfa text on a black background
contrast 19.84:1
Card sample
#ebfcfa text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcfa;
Background color
Panel with #ebfcfa background
background-color: #ebfcfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcfa; background: linear-gradient(135deg, #ebfcfa, #EBF3FC);