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