#ebee6c
a light, electric yellow · cool · closest name: khaki
RGB
235, 238, 108
HSL
61°, 79%, 68%
CMYK
1, 0, 55, 7
Luminance
0.7989
Every format
| HEX | #ebee6c |
| RGB | rgb(235, 238, 108) |
| HSL | hsl(61, 79%, 68%) |
| CMYK | cmyk(1%, 0%, 55%, 7%) |
| LAB | lab(91.6 -17.8 61.4) |
| LCH | lch(91.6 64.0 106.1) |
| OKLCH | oklch(0.922 0.152 110.3) |
Copy-ready code
/* CSS */
color: #ebee6c;
background-color: #ebee6c;
/* Tailwind (arbitrary) */
class="text-[#ebee6c] bg-[#ebee6c]"
/* SCSS */
$brand: #ebee6c;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.424)
/* Android */
Color.parseColor("#ebee6c")Accessibility — WCAG contrast
Aa
#ebee6c on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee6c on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue42.4%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow54.6%
Key (black)6.7%
Color previews
#ebee6c text on a black background
contrast 16.98:1
Card sample
#ebee6c text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee6c;
Background color
Panel with #ebee6c background
background-color: #ebee6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee6c; background: linear-gradient(135deg, #ebee6c, #94EE6C);