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