#ebdf97
a light, vivid yellow · cool · closest name: khaki
RGB
235, 223, 151
HSL
51°, 68%, 76%
CMYK
0, 5, 36, 8
Luminance
0.7267
Every format
| HEX | #ebdf97 |
| RGB | rgb(235, 223, 151) |
| HSL | hsl(51, 68%, 76%) |
| CMYK | cmyk(0%, 5%, 36%, 8%) |
| LAB | lab(88.3 -6.2 36.8) |
| LCH | lch(88.3 37.3 99.6) |
| OKLCH | oklch(0.897 0.092 99.9) |
Copy-ready code
/* CSS */
color: #ebdf97;
background-color: #ebdf97;
/* Tailwind (arbitrary) */
class="text-[#ebdf97] bg-[#ebdf97]"
/* SCSS */
$brand: #ebdf97;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.592)
/* Android */
Color.parseColor("#ebdf97")Accessibility — WCAG contrast
Aa
#ebdf97 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf97 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow35.7%
Key (black)7.8%
Color previews
#ebdf97 text on a black background
contrast 15.53:1
Card sample
#ebdf97 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf97;
Background color
Panel with #ebdf97 background
background-color: #ebdf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf97; background: linear-gradient(135deg, #ebdf97, #BFEB97);