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