#ebee5f
a light, electric yellow · cool · closest name: khaki
RGB
235, 238, 95
HSL
61°, 81%, 65%
CMYK
1, 0, 60, 7
Luminance
0.7964
Every format
| HEX | #ebee5f |
| RGB | rgb(235, 238, 95) |
| HSL | hsl(61, 81%, 65%) |
| CMYK | cmyk(1%, 0%, 60%, 7%) |
| LAB | lab(91.5 -18.7 66.8) |
| LCH | lch(91.5 69.4 105.6) |
| OKLCH | oklch(0.920 0.163 110.3) |
Copy-ready code
/* CSS */
color: #ebee5f;
background-color: #ebee5f;
/* Tailwind (arbitrary) */
class="text-[#ebee5f] bg-[#ebee5f]"
/* SCSS */
$brand: #ebee5f;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.373)
/* Android */
Color.parseColor("#ebee5f")Accessibility — WCAG contrast
Aa
#ebee5f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee5f on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue37.3%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow60.1%
Key (black)6.7%
Color previews
#ebee5f text on a black background
contrast 16.93:1
Card sample
#ebee5f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee5f;
Background color
Panel with #ebee5f background
background-color: #ebee5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee5f; background: linear-gradient(135deg, #ebee5f, #8CEE5F);