#ebee63
a light, electric yellow · cool · closest name: khaki
RGB
235, 238, 99
HSL
61°, 80%, 66%
CMYK
1, 0, 58, 7
Luminance
0.7971
Every format
| HEX | #ebee63 |
| RGB | rgb(235, 238, 99) |
| HSL | hsl(61, 80%, 66%) |
| CMYK | cmyk(1%, 0%, 58%, 7%) |
| LAB | lab(91.6 -18.4 65.2) |
| LCH | lch(91.6 67.8 105.8) |
| OKLCH | oklch(0.921 0.160 110.3) |
Copy-ready code
/* CSS */
color: #ebee63;
background-color: #ebee63;
/* Tailwind (arbitrary) */
class="text-[#ebee63] bg-[#ebee63]"
/* SCSS */
$brand: #ebee63;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.388)
/* Android */
Color.parseColor("#ebee63")Accessibility — WCAG contrast
Aa
#ebee63 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee63 on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue38.8%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow58.4%
Key (black)6.7%
Color previews
#ebee63 text on a black background
contrast 16.94:1
Card sample
#ebee63 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee63;
Background color
Panel with #ebee63 background
background-color: #ebee63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee63; background: linear-gradient(135deg, #ebee63, #8EEE63);