#ebdf95
a light, vivid yellow · cool · closest name: khaki
RGB
235, 223, 149
HSL
52°, 68%, 75%
CMYK
0, 5, 37, 8
Luminance
0.7261
Every format
| HEX | #ebdf95 |
| RGB | rgb(235, 223, 149) |
| HSL | hsl(52, 68%, 75%) |
| CMYK | cmyk(0%, 5%, 37%, 8%) |
| LAB | lab(88.3 -6.5 37.8) |
| LCH | lch(88.3 38.3 99.7) |
| OKLCH | oklch(0.897 0.095 100.1) |
Copy-ready code
/* CSS */
color: #ebdf95;
background-color: #ebdf95;
/* Tailwind (arbitrary) */
class="text-[#ebdf95] bg-[#ebdf95]"
/* SCSS */
$brand: #ebdf95;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.584)
/* Android */
Color.parseColor("#ebdf95")Accessibility — WCAG contrast
Aa
#ebdf95 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf95 on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow36.6%
Key (black)7.8%
Color previews
#ebdf95 text on a black background
contrast 15.52:1
Card sample
#ebdf95 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf95;
Background color
Panel with #ebdf95 background
background-color: #ebdf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf95; background: linear-gradient(135deg, #ebdf95, #BEEB95);