#ebdf9f
a light, vivid yellow · cool · closest name: khaki
RGB
235, 223, 159
HSL
51°, 66%, 77%
CMYK
0, 5, 32, 8
Luminance
0.7294
Every format
| HEX | #ebdf9f |
| RGB | rgb(235, 223, 159) |
| HSL | hsl(51, 66%, 77%) |
| CMYK | cmyk(0%, 5%, 32%, 8%) |
| LAB | lab(88.4 -5.3 32.9) |
| LCH | lch(88.4 33.3 99.2) |
| OKLCH | oklch(0.898 0.083 98.8) |
Copy-ready code
/* CSS */
color: #ebdf9f;
background-color: #ebdf9f;
/* Tailwind (arbitrary) */
class="text-[#ebdf9f] bg-[#ebdf9f]"
/* SCSS */
$brand: #ebdf9f;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.624)
/* Android */
Color.parseColor("#ebdf9f")Accessibility — WCAG contrast
Aa
#ebdf9f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf9f on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow32.3%
Key (black)7.8%
Color previews
#ebdf9f text on a black background
contrast 15.59:1
Card sample
#ebdf9f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf9f;
Background color
Panel with #ebdf9f background
background-color: #ebdf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf9f; background: linear-gradient(135deg, #ebdf9f, #C4EB9F);