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