#ebee77
a light, electric yellow · cool · closest name: khaki
RGB
235, 238, 119
HSL
62°, 78%, 70%
CMYK
1, 0, 50, 7
Luminance
0.8014
Every format
| HEX | #ebee77 |
| RGB | rgb(235, 238, 119) |
| HSL | hsl(62, 78%, 70%) |
| CMYK | cmyk(1%, 0%, 50%, 7%) |
| LAB | lab(91.8 -16.9 56.6) |
| LCH | lch(91.8 59.1 106.6) |
| OKLCH | oklch(0.923 0.142 110.2) |
Copy-ready code
/* CSS */
color: #ebee77;
background-color: #ebee77;
/* Tailwind (arbitrary) */
class="text-[#ebee77] bg-[#ebee77]"
/* SCSS */
$brand: #ebee77;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.467)
/* Android */
Color.parseColor("#ebee77")Accessibility — WCAG contrast
Aa
#ebee77 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee77 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue46.7%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow50.0%
Key (black)6.7%
Color previews
#ebee77 text on a black background
contrast 17.03:1
Card sample
#ebee77 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee77;
Background color
Panel with #ebee77 background
background-color: #ebee77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee77; background: linear-gradient(135deg, #ebee77, #9CEE77);