#ebfa8c
a light, electric yellow · cool · closest name: khaki
RGB
235, 250, 140
HSL
68°, 92%, 77%
CMYK
6, 0, 44, 2
Luminance
0.8793
Every format
| HEX | #ebfa8c |
| RGB | rgb(235, 250, 140) |
| HSL | hsl(68, 92%, 77%) |
| CMYK | cmyk(6%, 0%, 44%, 2%) |
| LAB | lab(95.1 -20.7 50.9) |
| LCH | lch(95.1 55.0 112.2) |
| OKLCH | oklch(0.951 0.136 115.4) |
Copy-ready code
/* CSS */
color: #ebfa8c;
background-color: #ebfa8c;
/* Tailwind (arbitrary) */
class="text-[#ebfa8c] bg-[#ebfa8c]"
/* SCSS */
$brand: #ebfa8c;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.549)
/* Android */
Color.parseColor("#ebfa8c")Accessibility — WCAG contrast
Aa
#ebfa8c on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfa8c on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue54.9%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow44.0%
Key (black)2.0%
Color previews
#ebfa8c text on a black background
contrast 18.59:1
Card sample
#ebfa8c text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfa8c;
Background color
Panel with #ebfa8c background
background-color: #ebfa8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfa8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfa8c; background: linear-gradient(135deg, #ebfa8c, #A2FA8C);