#ebeea2
a light, vivid yellow · cool · closest name: khaki
RGB
235, 238, 162
HSL
62°, 69%, 78%
CMYK
1, 0, 32, 7
Luminance
0.8142
Every format
| HEX | #ebeea2 |
| RGB | rgb(235, 238, 162) |
| HSL | hsl(62, 69%, 78%) |
| CMYK | cmyk(1%, 0%, 32%, 7%) |
| LAB | lab(92.3 -12.5 36.5) |
| LCH | lch(92.3 38.6 108.8) |
| OKLCH | oklch(0.929 0.097 110.1) |
Copy-ready code
/* CSS */
color: #ebeea2;
background-color: #ebeea2;
/* Tailwind (arbitrary) */
class="text-[#ebeea2] bg-[#ebeea2]"
/* SCSS */
$brand: #ebeea2;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.635)
/* Android */
Color.parseColor("#ebeea2")Accessibility — WCAG contrast
Aa
#ebeea2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeea2 on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue63.5%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow31.9%
Key (black)6.7%
Color previews
#ebeea2 text on a black background
contrast 17.28:1
Card sample
#ebeea2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeea2;
Background color
Panel with #ebeea2 background
background-color: #ebeea2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeea2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeea2; background: linear-gradient(135deg, #ebeea2, #B8EEA2);