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