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