#ebee72
a light, electric yellow · cool · closest name: khaki
RGB
235, 238, 114
HSL
62°, 79%, 69%
CMYK
1, 0, 52, 7
Luminance
0.8003
Every format
| HEX | #ebee72 |
| RGB | rgb(235, 238, 114) |
| HSL | hsl(62, 79%, 69%) |
| CMYK | cmyk(1%, 0%, 52%, 7%) |
| LAB | lab(91.7 -17.3 58.8) |
| LCH | lch(91.7 61.3 106.4) |
| OKLCH | oklch(0.922 0.147 110.2) |
Copy-ready code
/* CSS */
color: #ebee72;
background-color: #ebee72;
/* Tailwind (arbitrary) */
class="text-[#ebee72] bg-[#ebee72]"
/* SCSS */
$brand: #ebee72;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.447)
/* Android */
Color.parseColor("#ebee72")Accessibility — WCAG contrast
Aa
#ebee72 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee72 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue44.7%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow52.1%
Key (black)6.7%
Color previews
#ebee72 text on a black background
contrast 17.01:1
Card sample
#ebee72 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee72;
Background color
Panel with #ebee72 background
background-color: #ebee72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee72; background: linear-gradient(135deg, #ebee72, #98EE72);