#ebdf82
a light, vivid yellow · cool · closest name: khaki
RGB
235, 223, 130
HSL
53°, 72%, 72%
CMYK
0, 5, 45, 8
Luminance
0.7205
Every format
| HEX | #ebdf82 |
| RGB | rgb(235, 223, 130) |
| HSL | hsl(53, 72%, 72%) |
| CMYK | cmyk(0%, 5%, 45%, 8%) |
| LAB | lab(88.0 -8.5 46.9) |
| LCH | lch(88.0 47.6 100.2) |
| OKLCH | oklch(0.894 0.115 102.0) |
Copy-ready code
/* CSS */
color: #ebdf82;
background-color: #ebdf82;
/* Tailwind (arbitrary) */
class="text-[#ebdf82] bg-[#ebdf82]"
/* SCSS */
$brand: #ebdf82;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.510)
/* Android */
Color.parseColor("#ebdf82")Accessibility — WCAG contrast
Aa
#ebdf82 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf82 on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow44.7%
Key (black)7.8%
Color previews
#ebdf82 text on a black background
contrast 15.41:1
Card sample
#ebdf82 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf82;
Background color
Panel with #ebdf82 background
background-color: #ebdf82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf82; background: linear-gradient(135deg, #ebdf82, #B1EB82);