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