#ebeebd
a light, vivid yellow · cool · closest name: beige
RGB
235, 238, 189
HSL
64°, 59%, 84%
CMYK
1, 0, 21, 7
Luminance
0.8249
Every format
| HEX | #ebeebd |
| RGB | rgb(235, 238, 189) |
| HSL | hsl(64, 59%, 84%) |
| CMYK | cmyk(1%, 0%, 21%, 7%) |
| LAB | lab(92.8 -8.9 23.5) |
| LCH | lch(92.8 25.1 110.8) |
| OKLCH | oklch(0.935 0.064 110.5) |
Copy-ready code
/* CSS */
color: #ebeebd;
background-color: #ebeebd;
/* Tailwind (arbitrary) */
class="text-[#ebeebd] bg-[#ebeebd]"
/* SCSS */
$brand: #ebeebd;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.741)
/* Android */
Color.parseColor("#ebeebd")Accessibility — WCAG contrast
Aa
#ebeebd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeebd on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue74.1%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow20.6%
Key (black)6.7%
Color previews
#ebeebd text on a black background
contrast 17.50:1
Card sample
#ebeebd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeebd;
Background color
Panel with #ebeebd background
background-color: #ebeebd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeebd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeebd; background: linear-gradient(135deg, #ebeebd, #CAEEBD);