#ebdb8a
a light, vivid yellow · cool · closest name: khaki
RGB
235, 219, 138
HSL
50°, 71%, 73%
CMYK
0, 7, 41, 8
Luminance
0.7016
Every format
| HEX | #ebdb8a |
| RGB | rgb(235, 219, 138) |
| HSL | hsl(50, 71%, 73%) |
| CMYK | cmyk(0%, 7%, 41%, 8%) |
| LAB | lab(87.1 -5.6 41.8) |
| LCH | lch(87.1 42.1 97.7) |
| OKLCH | oklch(0.887 0.103 98.4) |
Copy-ready code
/* CSS */
color: #ebdb8a;
background-color: #ebdb8a;
/* Tailwind (arbitrary) */
class="text-[#ebdb8a] bg-[#ebdb8a]"
/* SCSS */
$brand: #ebdb8a;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.541)
/* Android */
Color.parseColor("#ebdb8a")Accessibility — WCAG contrast
Aa
#ebdb8a on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdb8a on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow41.3%
Key (black)7.8%
Color previews
#ebdb8a text on a black background
contrast 15.03:1
Card sample
#ebdb8a text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdb8a;
Background color
Panel with #ebdb8a background
background-color: #ebdb8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdb8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdb8a; background: linear-gradient(135deg, #ebdb8a, #BAEB8A);