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