#ebfaf4
a pale, vivid green · cool · closest name: white
RGB
235, 250, 244
HSL
156°, 60%, 95%
CMYK
6, 0, 2, 2
Luminance
0.9257
Every format
| HEX | #ebfaf4 |
| RGB | rgb(235, 250, 244) |
| HSL | hsl(156, 60%, 95%) |
| CMYK | cmyk(6%, 0%, 2%, 2%) |
| LAB | lab(97.0 -6.0 1.2) |
| LCH | lch(97.0 6.1 168.9) |
| OKLCH | oklch(0.972 0.018 170.1) |
Copy-ready code
/* CSS */
color: #ebfaf4;
background-color: #ebfaf4;
/* Tailwind (arbitrary) */
class="text-[#ebfaf4] bg-[#ebfaf4]"
/* SCSS */
$brand: #ebfaf4;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.957)
/* Android */
Color.parseColor("#ebfaf4")Accessibility — WCAG contrast
Aa
#ebfaf4 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfaf4 on black: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue95.7%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow2.4%
Key (black)2.0%
Color previews
#ebfaf4 text on a black background
contrast 19.51:1
Card sample
#ebfaf4 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfaf4;
Background color
Panel with #ebfaf4 background
background-color: #ebfaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfaf4; background: linear-gradient(135deg, #ebfaf4, #EBF6FA);