#ebe384
a light, vivid yellow · cool · closest name: khaki
RGB
235, 227, 132
HSL
55°, 72%, 72%
CMYK
0, 3, 44, 8
Luminance
0.7427
Every format
| HEX | #ebe384 |
| RGB | rgb(235, 227, 132) |
| HSL | hsl(55, 72%, 72%) |
| CMYK | cmyk(0%, 3%, 44%, 8%) |
| LAB | lab(89.0 -10.3 47.2) |
| LCH | lch(89.0 48.3 102.3) |
| OKLCH | oklch(0.902 0.117 104.3) |
Copy-ready code
/* CSS */
color: #ebe384;
background-color: #ebe384;
/* Tailwind (arbitrary) */
class="text-[#ebe384] bg-[#ebe384]"
/* SCSS */
$brand: #ebe384;
/* SwiftUI */
Color(red: 0.922, green: 0.890, blue: 0.518)
/* Android */
Color.parseColor("#ebe384")Accessibility — WCAG contrast
Aa
#ebe384 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebe384 on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green89.0%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow43.8%
Key (black)7.8%
Color previews
#ebe384 text on a black background
contrast 15.85:1
Card sample
#ebe384 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebe384;
Background color
Panel with #ebe384 background
background-color: #ebe384;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebe384;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 227, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 227, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebe384; background: linear-gradient(135deg, #ebe384, #AFEB84);