#ebdb77
a light, vivid yellow · cool · closest name: khaki
RGB
235, 219, 119
HSL
52°, 74%, 69%
CMYK
0, 7, 49, 8
Luminance
0.6966
Every format
| HEX | #ebdb77 |
| RGB | rgb(235, 219, 119) |
| HSL | hsl(52, 74%, 69%) |
| CMYK | cmyk(0%, 7%, 49%, 8%) |
| LAB | lab(86.8 -7.5 50.8) |
| LCH | lch(86.8 51.3 98.4) |
| OKLCH | oklch(0.884 0.123 100.4) |
Copy-ready code
/* CSS */
color: #ebdb77;
background-color: #ebdb77;
/* Tailwind (arbitrary) */
class="text-[#ebdb77] bg-[#ebdb77]"
/* SCSS */
$brand: #ebdb77;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.467)
/* Android */
Color.parseColor("#ebdb77")Accessibility — WCAG contrast
Aa
#ebdb77 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdb77 on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow49.4%
Key (black)7.8%
Color previews
#ebdb77 text on a black background
contrast 14.93:1
Card sample
#ebdb77 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdb77;
Background color
Panel with #ebdb77 background
background-color: #ebdb77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdb77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdb77; background: linear-gradient(135deg, #ebdb77, #AEEB77);