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