#ebeeb2
a light, vivid yellow · cool · closest name: khaki
RGB
235, 238, 178
HSL
63°, 64%, 82%
CMYK
1, 0, 25, 7
Luminance
0.8203
Every format
| HEX | #ebeeb2 |
| RGB | rgb(235, 238, 178) |
| HSL | hsl(63, 64%, 82%) |
| CMYK | cmyk(1%, 0%, 25%, 7%) |
| LAB | lab(92.6 -10.4 28.8) |
| LCH | lch(92.6 30.6 109.9) |
| OKLCH | oklch(0.932 0.077 110.2) |
Copy-ready code
/* CSS */
color: #ebeeb2;
background-color: #ebeeb2;
/* Tailwind (arbitrary) */
class="text-[#ebeeb2] bg-[#ebeeb2]"
/* SCSS */
$brand: #ebeeb2;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.698)
/* Android */
Color.parseColor("#ebeeb2")Accessibility — WCAG contrast
Aa
#ebeeb2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeeb2 on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue69.8%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow25.2%
Key (black)6.7%
Color previews
#ebeeb2 text on a black background
contrast 17.41:1
Card sample
#ebeeb2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeeb2;
Background color
Panel with #ebeeb2 background
background-color: #ebeeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeeb2; background: linear-gradient(135deg, #ebeeb2, #C3EEB2);