#ebfa9f
a light, electric yellow · cool · closest name: khaki
RGB
235, 250, 159
HSL
70°, 90%, 80%
CMYK
6, 0, 36, 2
Luminance
0.8854
Every format
| HEX | #ebfa9f |
| RGB | rgb(235, 250, 159) |
| HSL | hsl(70, 90%, 80%) |
| CMYK | cmyk(6%, 0%, 36%, 2%) |
| LAB | lab(95.4 -18.7 42.0) |
| LCH | lch(95.4 46.0 114.0) |
| OKLCH | oklch(0.954 0.115 116.3) |
Copy-ready code
/* CSS */
color: #ebfa9f;
background-color: #ebfa9f;
/* Tailwind (arbitrary) */
class="text-[#ebfa9f] bg-[#ebfa9f]"
/* SCSS */
$brand: #ebfa9f;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.624)
/* Android */
Color.parseColor("#ebfa9f")Accessibility — WCAG contrast
Aa
#ebfa9f on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfa9f on black: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue62.4%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow36.4%
Key (black)2.0%
Color previews
#ebfa9f text on a black background
contrast 18.71:1
Card sample
#ebfa9f text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfa9f;
Background color
Panel with #ebfa9f background
background-color: #ebfa9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfa9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfa9f; background: linear-gradient(135deg, #ebfa9f, #AEFA9F);