#ebee91
a light, vivid yellow · cool · closest name: khaki
RGB
235, 238, 145
HSL
62°, 73%, 75%
CMYK
1, 0, 39, 7
Luminance
0.8086
Every format
| HEX | #ebee91 |
| RGB | rgb(235, 238, 145) |
| HSL | hsl(62, 73%, 75%) |
| CMYK | cmyk(1%, 0%, 39%, 7%) |
| LAB | lab(92.1 -14.4 44.6) |
| LCH | lch(92.1 46.9 107.9) |
| OKLCH | oklch(0.927 0.116 110.1) |
Copy-ready code
/* CSS */
color: #ebee91;
background-color: #ebee91;
/* Tailwind (arbitrary) */
class="text-[#ebee91] bg-[#ebee91]"
/* SCSS */
$brand: #ebee91;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.569)
/* Android */
Color.parseColor("#ebee91")Accessibility — WCAG contrast
Aa
#ebee91 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee91 on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue56.9%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow39.1%
Key (black)6.7%
Color previews
#ebee91 text on a black background
contrast 17.17:1
Card sample
#ebee91 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee91;
Background color
Panel with #ebee91 background
background-color: #ebee91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee91; background: linear-gradient(135deg, #ebee91, #ADEE91);