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