#ebee8c
a light, vivid yellow · cool · closest name: khaki
RGB
235, 238, 140
HSL
62°, 74%, 74%
CMYK
1, 0, 41, 7
Luminance
0.8070
Every format
| HEX | #ebee8c |
| RGB | rgb(235, 238, 140) |
| HSL | hsl(62, 74%, 74%) |
| CMYK | cmyk(1%, 0%, 41%, 7%) |
| LAB | lab(92.0 -14.9 47.0) |
| LCH | lch(92.0 49.3 107.6) |
| OKLCH | oklch(0.926 0.121 110.1) |
Copy-ready code
/* CSS */
color: #ebee8c;
background-color: #ebee8c;
/* Tailwind (arbitrary) */
class="text-[#ebee8c] bg-[#ebee8c]"
/* SCSS */
$brand: #ebee8c;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.549)
/* Android */
Color.parseColor("#ebee8c")Accessibility — WCAG contrast
Aa
#ebee8c on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee8c on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue54.9%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow41.2%
Key (black)6.7%
Color previews
#ebee8c text on a black background
contrast 17.14:1
Card sample
#ebee8c text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee8c;
Background color
Panel with #ebee8c background
background-color: #ebee8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee8c; background: linear-gradient(135deg, #ebee8c, #AAEE8C);