#ebda80
a light, vivid yellow · cool · closest name: khaki
RGB
235, 218, 128
HSL
51°, 73%, 71%
CMYK
0, 7, 46, 8
Luminance
0.6936
Every format
| HEX | #ebda80 |
| RGB | rgb(235, 218, 128) |
| HSL | hsl(51, 73%, 71%) |
| CMYK | cmyk(0%, 7%, 46%, 8%) |
| LAB | lab(86.7 -6.1 46.2) |
| LCH | lch(86.7 46.6 97.6) |
| OKLCH | oklch(0.883 0.113 98.9) |
Copy-ready code
/* CSS */
color: #ebda80;
background-color: #ebda80;
/* Tailwind (arbitrary) */
class="text-[#ebda80] bg-[#ebda80]"
/* SCSS */
$brand: #ebda80;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.502)
/* Android */
Color.parseColor("#ebda80")Accessibility — WCAG contrast
Aa
#ebda80 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebda80 on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow45.5%
Key (black)7.8%
Color previews
#ebda80 text on a black background
contrast 14.87:1
Card sample
#ebda80 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebda80;
Background color
Panel with #ebda80 background
background-color: #ebda80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebda80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebda80; background: linear-gradient(135deg, #ebda80, #B5EB80);