#ebee80
a light, electric yellow · cool · closest name: khaki
RGB
235, 238, 128
HSL
62°, 76%, 72%
CMYK
1, 0, 46, 7
Luminance
0.8037
Every format
| HEX | #ebee80 |
| RGB | rgb(235, 238, 128) |
| HSL | hsl(62, 76%, 72%) |
| CMYK | cmyk(1%, 0%, 46%, 7%) |
| LAB | lab(91.8 -16.1 52.5) |
| LCH | lch(91.8 55.0 107.0) |
| OKLCH | oklch(0.924 0.134 110.1) |
Copy-ready code
/* CSS */
color: #ebee80;
background-color: #ebee80;
/* Tailwind (arbitrary) */
class="text-[#ebee80] bg-[#ebee80]"
/* SCSS */
$brand: #ebee80;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.502)
/* Android */
Color.parseColor("#ebee80")Accessibility — WCAG contrast
Aa
#ebee80 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee80 on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue50.2%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow46.2%
Key (black)6.7%
Color previews
#ebee80 text on a black background
contrast 17.07:1
Card sample
#ebee80 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee80;
Background color
Panel with #ebee80 background
background-color: #ebee80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee80; background: linear-gradient(135deg, #ebee80, #A2EE80);