#ebee2f
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 238, 47
HSL
61°, 85%, 56%
CMYK
1, 0, 80, 7
Luminance
0.7902
Every format
| HEX | #ebee2f |
| RGB | rgb(235, 238, 47) |
| HSL | hsl(61, 85%, 56%) |
| CMYK | cmyk(1%, 0%, 80%, 7%) |
| LAB | lab(91.2 -20.9 82.8) |
| LCH | lch(91.2 85.4 104.2) |
| OKLCH | oklch(0.917 0.191 110.6) |
Copy-ready code
/* CSS */
color: #ebee2f;
background-color: #ebee2f;
/* Tailwind (arbitrary) */
class="text-[#ebee2f] bg-[#ebee2f]"
/* SCSS */
$brand: #ebee2f;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.184)
/* Android */
Color.parseColor("#ebee2f")Accessibility — WCAG contrast
Aa
#ebee2f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee2f on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue18.4%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow80.3%
Key (black)6.7%
Color previews
#ebee2f text on a black background
contrast 16.80:1
Card sample
#ebee2f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee2f;
Background color
Panel with #ebee2f background
background-color: #ebee2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee2f; background: linear-gradient(135deg, #ebee2f, #6CEE2F);