#ebfef9
a pale, electric cyan · cool · closest name: white
RGB
235, 254, 249
HSL
164°, 91%, 96%
CMYK
8, 0, 2, 0
Luminance
0.9539
Every format
| HEX | #ebfef9 |
| RGB | rgb(235, 254, 249) |
| HSL | hsl(164, 91%, 96%) |
| CMYK | cmyk(8%, 0%, 2%, 0%) |
| LAB | lab(98.2 -7.1 0.3) |
| LCH | lch(98.2 7.1 177.9) |
| OKLCH | oklch(0.982 0.021 178.4) |
Copy-ready code
/* CSS */
color: #ebfef9;
background-color: #ebfef9;
/* Tailwind (arbitrary) */
class="text-[#ebfef9] bg-[#ebfef9]"
/* SCSS */
$brand: #ebfef9;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.976)
/* Android */
Color.parseColor("#ebfef9")Accessibility — WCAG contrast
Aa
#ebfef9 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfef9 on black: 20.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue97.6%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow2.0%
Key (black)0.4%
Color previews
#ebfef9 text on a black background
contrast 20.08:1
Card sample
#ebfef9 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfef9;
Background color
Panel with #ebfef9 background
background-color: #ebfef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfef9; background: linear-gradient(135deg, #ebfef9, #EBF6FE);