#ebdc9f
a light, vivid yellow · cool · closest name: khaki
RGB
235, 220, 159
HSL
48°, 66%, 77%
CMYK
0, 6, 32, 8
Luminance
0.7135
Every format
| HEX | #ebdc9f |
| RGB | rgb(235, 220, 159) |
| HSL | hsl(48, 66%, 77%) |
| CMYK | cmyk(0%, 6%, 32%, 8%) |
| LAB | lab(87.7 -3.8 31.9) |
| LCH | lch(87.7 32.1 96.8) |
| OKLCH | oklch(0.892 0.080 96.0) |
Copy-ready code
/* CSS */
color: #ebdc9f;
background-color: #ebdc9f;
/* Tailwind (arbitrary) */
class="text-[#ebdc9f] bg-[#ebdc9f]"
/* SCSS */
$brand: #ebdc9f;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.624)
/* Android */
Color.parseColor("#ebdc9f")Accessibility — WCAG contrast
Aa
#ebdc9f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdc9f on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow32.3%
Key (black)7.8%
Color previews
#ebdc9f text on a black background
contrast 15.27:1
Card sample
#ebdc9f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdc9f;
Background color
Panel with #ebdc9f background
background-color: #ebdc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdc9f; background: linear-gradient(135deg, #ebdc9f, #C7EB9F);