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