#ebdf8b
a light, vivid yellow · cool · closest name: khaki
RGB
235, 223, 139
HSL
53°, 71%, 73%
CMYK
0, 5, 41, 8
Luminance
0.7230
Every format
| HEX | #ebdf8b |
| RGB | rgb(235, 223, 139) |
| HSL | hsl(53, 71%, 73%) |
| CMYK | cmyk(0%, 5%, 41%, 8%) |
| LAB | lab(88.1 -7.5 42.6) |
| LCH | lch(88.1 43.3 100.1) |
| OKLCH | oklch(0.895 0.106 101.2) |
Copy-ready code
/* CSS */
color: #ebdf8b;
background-color: #ebdf8b;
/* Tailwind (arbitrary) */
class="text-[#ebdf8b] bg-[#ebdf8b]"
/* SCSS */
$brand: #ebdf8b;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.545)
/* Android */
Color.parseColor("#ebdf8b")Accessibility — WCAG contrast
Aa
#ebdf8b on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf8b on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow40.9%
Key (black)7.8%
Color previews
#ebdf8b text on a black background
contrast 15.46:1
Card sample
#ebdf8b text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf8b;
Background color
Panel with #ebdf8b background
background-color: #ebdf8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf8b; background: linear-gradient(135deg, #ebdf8b, #B7EB8B);