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