#ebfa7d
a light, electric yellow · cool · closest name: khaki
RGB
235, 250, 125
HSL
67°, 93%, 74%
CMYK
6, 0, 50, 2
Luminance
0.8751
Every format
| HEX | #ebfa7d |
| RGB | rgb(235, 250, 125) |
| HSL | hsl(67, 93%, 74%) |
| CMYK | cmyk(6%, 0%, 50%, 2%) |
| LAB | lab(95.0 -22.1 57.7) |
| LCH | lch(95.0 61.8 111.0) |
| OKLCH | oklch(0.949 0.150 115.0) |
Copy-ready code
/* CSS */
color: #ebfa7d;
background-color: #ebfa7d;
/* Tailwind (arbitrary) */
class="text-[#ebfa7d] bg-[#ebfa7d]"
/* SCSS */
$brand: #ebfa7d;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.490)
/* Android */
Color.parseColor("#ebfa7d")Accessibility — WCAG contrast
Aa
#ebfa7d on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfa7d on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue49.0%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow50.0%
Key (black)2.0%
Color previews
#ebfa7d text on a black background
contrast 18.50:1
Card sample
#ebfa7d text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfa7d;
Background color
Panel with #ebfa7d background
background-color: #ebfa7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfa7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfa7d; background: linear-gradient(135deg, #ebfa7d, #98FA7D);