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