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