#ffeb59
a light, electric yellow · cool · closest name: gold
RGB
255, 235, 89
HSL
53°, 100%, 68%
CMYK
0, 8, 65, 0
Luminance
0.8140
Every format
| HEX | #ffeb59 |
| RGB | rgb(255, 235, 89) |
| HSL | hsl(53, 100%, 68%) |
| CMYK | cmyk(0%, 8%, 65%, 0%) |
| LAB | lab(92.3 -9.5 70.6) |
| LCH | lch(92.3 71.2 97.6) |
| OKLCH | oklch(0.930 0.163 101.5) |
Copy-ready code
/* CSS */
color: #ffeb59;
background-color: #ffeb59;
/* Tailwind (arbitrary) */
class="text-[#ffeb59] bg-[#ffeb59]"
/* SCSS */
$brand: #ffeb59;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.349)
/* Android */
Color.parseColor("#ffeb59")Accessibility — WCAG contrast
Aa
#ffeb59 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb59 on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow65.1%
Key (black)0.0%
Color previews
#ffeb59 text on a black background
contrast 17.28:1
Card sample
#ffeb59 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb59;
Background color
Panel with #ffeb59 background
background-color: #ffeb59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb59; background: linear-gradient(135deg, #ffeb59, #A4FF59);