#ebee3c
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 238, 60
HSL
61°, 84%, 58%
CMYK
1, 0, 75, 7
Luminance
0.7914
Every format
| HEX | #ebee3c |
| RGB | rgb(235, 238, 60) |
| HSL | hsl(61, 84%, 58%) |
| CMYK | cmyk(1%, 0%, 75%, 7%) |
| LAB | lab(91.3 -20.5 79.3) |
| LCH | lch(91.3 81.9 104.5) |
| OKLCH | oklch(0.918 0.185 110.5) |
Copy-ready code
/* CSS */
color: #ebee3c;
background-color: #ebee3c;
/* Tailwind (arbitrary) */
class="text-[#ebee3c] bg-[#ebee3c]"
/* SCSS */
$brand: #ebee3c;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.235)
/* Android */
Color.parseColor("#ebee3c")Accessibility — WCAG contrast
Aa
#ebee3c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee3c on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue23.5%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow74.8%
Key (black)6.7%
Color previews
#ebee3c text on a black background
contrast 16.83:1
Card sample
#ebee3c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee3c;
Background color
Panel with #ebee3c background
background-color: #ebee3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee3c; background: linear-gradient(135deg, #ebee3c, #74EE3C);