#ebdb93
a light, vivid yellow · cool · closest name: khaki
RGB
235, 219, 147
HSL
49°, 69%, 75%
CMYK
0, 7, 37, 8
Luminance
0.7043
Every format
| HEX | #ebdb93 |
| RGB | rgb(235, 219, 147) |
| HSL | hsl(49, 69%, 75%) |
| CMYK | cmyk(0%, 7%, 37%, 8%) |
| LAB | lab(87.2 -4.7 37.4) |
| LCH | lch(87.2 37.7 97.1) |
| OKLCH | oklch(0.888 0.093 97.2) |
Copy-ready code
/* CSS */
color: #ebdb93;
background-color: #ebdb93;
/* Tailwind (arbitrary) */
class="text-[#ebdb93] bg-[#ebdb93]"
/* SCSS */
$brand: #ebdb93;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.576)
/* Android */
Color.parseColor("#ebdb93")Accessibility — WCAG contrast
Aa
#ebdb93 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdb93 on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow37.4%
Key (black)7.8%
Color previews
#ebdb93 text on a black background
contrast 15.09:1
Card sample
#ebdb93 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdb93;
Background color
Panel with #ebdb93 background
background-color: #ebdb93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdb93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdb93; background: linear-gradient(135deg, #ebdb93, #C0EB93);