#ebfaf8
a pale, vivid cyan · cool · closest name: white
RGB
235, 250, 248
HSL
172°, 60%, 95%
CMYK
6, 0, 1, 2
Luminance
0.9281
Every format
| HEX | #ebfaf8 |
| RGB | rgb(235, 250, 248) |
| HSL | hsl(172, 60%, 95%) |
| CMYK | cmyk(6%, 0%, 1%, 2%) |
| LAB | lab(97.2 -5.3 -0.7) |
| LCH | lch(97.2 5.3 188.0) |
| OKLCH | oklch(0.974 0.016 187.3) |
Copy-ready code
/* CSS */
color: #ebfaf8;
background-color: #ebfaf8;
/* Tailwind (arbitrary) */
class="text-[#ebfaf8] bg-[#ebfaf8]"
/* SCSS */
$brand: #ebfaf8;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.973)
/* Android */
Color.parseColor("#ebfaf8")Accessibility — WCAG contrast
Aa
#ebfaf8 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfaf8 on black: 19.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue97.3%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow0.8%
Key (black)2.0%
Color previews
#ebfaf8 text on a black background
contrast 19.56:1
Card sample
#ebfaf8 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfaf8;
Background color
Panel with #ebfaf8 background
background-color: #ebfaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfaf8; background: linear-gradient(135deg, #ebfaf8, #EBF2FA);