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