#ebfa9b
a light, electric yellow · cool · closest name: khaki
RGB
235, 250, 155
HSL
70°, 91%, 79%
CMYK
6, 0, 38, 2
Luminance
0.8840
Every format
| HEX | #ebfa9b |
| RGB | rgb(235, 250, 155) |
| HSL | hsl(70, 91%, 79%) |
| CMYK | cmyk(6%, 0%, 38%, 2%) |
| LAB | lab(95.3 -19.1 43.9) |
| LCH | lch(95.3 47.9 113.5) |
| OKLCH | oklch(0.953 0.120 116.0) |
Copy-ready code
/* CSS */
color: #ebfa9b;
background-color: #ebfa9b;
/* Tailwind (arbitrary) */
class="text-[#ebfa9b] bg-[#ebfa9b]"
/* SCSS */
$brand: #ebfa9b;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.608)
/* Android */
Color.parseColor("#ebfa9b")Accessibility — WCAG contrast
Aa
#ebfa9b on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfa9b on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue60.8%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow38.0%
Key (black)2.0%
Color previews
#ebfa9b text on a black background
contrast 18.68:1
Card sample
#ebfa9b text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfa9b;
Background color
Panel with #ebfa9b background
background-color: #ebfa9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfa9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfa9b; background: linear-gradient(135deg, #ebfa9b, #ACFA9B);