#ebdb62
a light, electric yellow · cool · closest name: khaki
RGB
235, 219, 98
HSL
53°, 77%, 65%
CMYK
0, 7, 58, 8
Luminance
0.6921
Every format
| HEX | #ebdb62 |
| RGB | rgb(235, 219, 98) |
| HSL | hsl(53, 77%, 65%) |
| CMYK | cmyk(0%, 7%, 58%, 8%) |
| LAB | lab(86.6 -9.1 60.2) |
| LCH | lch(86.6 60.9 98.6) |
| OKLCH | oklch(0.881 0.142 101.8) |
Copy-ready code
/* CSS */
color: #ebdb62;
background-color: #ebdb62;
/* Tailwind (arbitrary) */
class="text-[#ebdb62] bg-[#ebdb62]"
/* SCSS */
$brand: #ebdb62;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.384)
/* Android */
Color.parseColor("#ebdb62")Accessibility — WCAG contrast
Aa
#ebdb62 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdb62 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow58.3%
Key (black)7.8%
Color previews
#ebdb62 text on a black background
contrast 14.84:1
Card sample
#ebdb62 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdb62;
Background color
Panel with #ebdb62 background
background-color: #ebdb62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdb62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdb62; background: linear-gradient(135deg, #ebdb62, #A0EB62);