#ebeeab
a light, vivid yellow · cool · closest name: khaki
RGB
235, 238, 171
HSL
63°, 66%, 80%
CMYK
1, 0, 28, 7
Luminance
0.8175
Every format
| HEX | #ebeeab |
| RGB | rgb(235, 238, 171) |
| HSL | hsl(63, 66%, 80%) |
| CMYK | cmyk(1%, 0%, 28%, 7%) |
| LAB | lab(92.5 -11.3 32.2) |
| LCH | lch(92.5 34.1 109.4) |
| OKLCH | oklch(0.931 0.086 110.1) |
Copy-ready code
/* CSS */
color: #ebeeab;
background-color: #ebeeab;
/* Tailwind (arbitrary) */
class="text-[#ebeeab] bg-[#ebeeab]"
/* SCSS */
$brand: #ebeeab;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.671)
/* Android */
Color.parseColor("#ebeeab")Accessibility — WCAG contrast
Aa
#ebeeab on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeeab on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue67.1%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow28.2%
Key (black)6.7%
Color previews
#ebeeab text on a black background
contrast 17.35:1
Card sample
#ebeeab text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeeab;
Background color
Panel with #ebeeab background
background-color: #ebeeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeeab; background: linear-gradient(135deg, #ebeeab, #BEEEAB);