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