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