#ebda82
a light, vivid yellow · cool · closest name: khaki
RGB
235, 218, 130
HSL
50°, 72%, 72%
CMYK
0, 7, 45, 8
Luminance
0.6942
Every format
| HEX | #ebda82 |
| RGB | rgb(235, 218, 130) |
| HSL | hsl(50, 72%, 72%) |
| CMYK | cmyk(0%, 7%, 45%, 8%) |
| LAB | lab(86.7 -5.9 45.3) |
| LCH | lch(86.7 45.7 97.5) |
| OKLCH | oklch(0.883 0.111 98.6) |
Copy-ready code
/* CSS */
color: #ebda82;
background-color: #ebda82;
/* Tailwind (arbitrary) */
class="text-[#ebda82] bg-[#ebda82]"
/* SCSS */
$brand: #ebda82;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.510)
/* Android */
Color.parseColor("#ebda82")Accessibility — WCAG contrast
Aa
#ebda82 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebda82 on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow44.7%
Key (black)7.8%
Color previews
#ebda82 text on a black background
contrast 14.88:1
Card sample
#ebda82 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebda82;
Background color
Panel with #ebda82 background
background-color: #ebda82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebda82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebda82; background: linear-gradient(135deg, #ebda82, #B6EB82);