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