#ebfaad
a light, electric green · cool · closest name: khaki
RGB
235, 250, 173
HSL
72°, 89%, 83%
CMYK
6, 0, 31, 2
Luminance
0.8905
Every format
| HEX | #ebfaad |
| RGB | rgb(235, 250, 173) |
| HSL | hsl(72, 89%, 83%) |
| CMYK | cmyk(6%, 0%, 31%, 2%) |
| LAB | lab(95.6 -17.0 35.4) |
| LCH | lch(95.6 39.2 115.6) |
| OKLCH | oklch(0.956 0.099 117.3) |
Copy-ready code
/* CSS */
color: #ebfaad;
background-color: #ebfaad;
/* Tailwind (arbitrary) */
class="text-[#ebfaad] bg-[#ebfaad]"
/* SCSS */
$brand: #ebfaad;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.678)
/* Android */
Color.parseColor("#ebfaad")Accessibility — WCAG contrast
Aa
#ebfaad on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfaad on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue67.8%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow30.8%
Key (black)2.0%
Color previews
#ebfaad text on a black background
contrast 18.81:1
Card sample
#ebfaad text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfaad;
Background color
Panel with #ebfaad background
background-color: #ebfaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfaad; background: linear-gradient(135deg, #ebfaad, #B7FAAD);