#ebfdf6
a pale, electric green · cool · closest name: white
RGB
235, 253, 246
HSL
157°, 82%, 96%
CMYK
7, 0, 3, 1
Luminance
0.9457
Every format
| HEX | #ebfdf6 |
| RGB | rgb(235, 253, 246) |
| HSL | hsl(157, 82%, 96%) |
| CMYK | cmyk(7%, 0%, 3%, 1%) |
| LAB | lab(97.9 -7.1 1.3) |
| LCH | lch(97.9 7.3 169.4) |
| OKLCH | oklch(0.979 0.021 170.6) |
Copy-ready code
/* CSS */
color: #ebfdf6;
background-color: #ebfdf6;
/* Tailwind (arbitrary) */
class="text-[#ebfdf6] bg-[#ebfdf6]"
/* SCSS */
$brand: #ebfdf6;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.965)
/* Android */
Color.parseColor("#ebfdf6")Accessibility — WCAG contrast
Aa
#ebfdf6 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfdf6 on black: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue96.5%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow2.8%
Key (black)0.8%
Color previews
#ebfdf6 text on a black background
contrast 19.91:1
Card sample
#ebfdf6 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfdf6;
Background color
Panel with #ebfdf6 background
background-color: #ebfdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfdf6; background: linear-gradient(135deg, #ebfdf6, #EBF8FD);