#ebdf90
a light, vivid yellow · cool · closest name: khaki
RGB
235, 223, 144
HSL
52°, 70%, 74%
CMYK
0, 5, 39, 8
Luminance
0.7245
Every format
| HEX | #ebdf90 |
| RGB | rgb(235, 223, 144) |
| HSL | hsl(52, 70%, 74%) |
| CMYK | cmyk(0%, 5%, 39%, 8%) |
| LAB | lab(88.2 -7.0 40.2) |
| LCH | lch(88.2 40.8 99.9) |
| OKLCH | oklch(0.896 0.100 100.7) |
Copy-ready code
/* CSS */
color: #ebdf90;
background-color: #ebdf90;
/* Tailwind (arbitrary) */
class="text-[#ebdf90] bg-[#ebdf90]"
/* SCSS */
$brand: #ebdf90;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.565)
/* Android */
Color.parseColor("#ebdf90")Accessibility — WCAG contrast
Aa
#ebdf90 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf90 on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow38.7%
Key (black)7.8%
Color previews
#ebdf90 text on a black background
contrast 15.49:1
Card sample
#ebdf90 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf90;
Background color
Panel with #ebdf90 background
background-color: #ebdf90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf90; background: linear-gradient(135deg, #ebdf90, #BAEB90);