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