#ebf8ad
a light, electric green · cool · closest name: khaki
RGB
235, 248, 173
HSL
70°, 84%, 83%
CMYK
5, 0, 30, 3
Luminance
0.8781
Every format
| HEX | #ebf8ad |
| RGB | rgb(235, 248, 173) |
| HSL | hsl(70, 84%, 83%) |
| CMYK | cmyk(5%, 0%, 30%, 3%) |
| LAB | lab(95.1 -16.0 34.7) |
| LCH | lch(95.1 38.2 114.8) |
| OKLCH | oklch(0.952 0.097 116.3) |
Copy-ready code
/* CSS */
color: #ebf8ad;
background-color: #ebf8ad;
/* Tailwind (arbitrary) */
class="text-[#ebf8ad] bg-[#ebf8ad]"
/* SCSS */
$brand: #ebf8ad;
/* SwiftUI */
Color(red: 0.922, green: 0.973, blue: 0.678)
/* Android */
Color.parseColor("#ebf8ad")Accessibility — WCAG contrast
Aa
#ebf8ad on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf8ad on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green97.3%
Blue67.8%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow30.2%
Key (black)2.7%
Color previews
#ebf8ad text on a black background
contrast 18.56:1
Card sample
#ebf8ad text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf8ad;
Background color
Panel with #ebf8ad background
background-color: #ebf8ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf8ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 248, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 248, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf8ad; background: linear-gradient(135deg, #ebf8ad, #B9F8AD);