#ebedab
a light, vivid yellow · cool · closest name: khaki
RGB
235, 237, 171
HSL
62°, 65%, 80%
CMYK
1, 0, 28, 7
Luminance
0.8117
Every format
| HEX | #ebedab |
| RGB | rgb(235, 237, 171) |
| HSL | hsl(62, 65%, 80%) |
| CMYK | cmyk(1%, 0%, 28%, 7%) |
| LAB | lab(92.2 -10.8 31.9) |
| LCH | lch(92.2 33.6 108.8) |
| OKLCH | oklch(0.929 0.085 109.4) |
Copy-ready code
/* CSS */
color: #ebedab;
background-color: #ebedab;
/* Tailwind (arbitrary) */
class="text-[#ebedab] bg-[#ebedab]"
/* SCSS */
$brand: #ebedab;
/* SwiftUI */
Color(red: 0.922, green: 0.929, blue: 0.671)
/* Android */
Color.parseColor("#ebedab")Accessibility — WCAG contrast
Aa
#ebedab on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebedab on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.9%
Blue67.1%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow27.8%
Key (black)7.1%
Color previews
#ebedab text on a black background
contrast 17.23:1
Card sample
#ebedab text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebedab;
Background color
Panel with #ebedab background
background-color: #ebedab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebedab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 237, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 237, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebedab; background: linear-gradient(135deg, #ebedab, #BFEDAB);