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