#fcea59
a light, electric yellow · cool · closest name: gold
RGB
252, 234, 89
HSL
53°, 96%, 67%
CMYK
0, 7, 65, 1
Luminance
0.8026
Every format
| HEX | #fcea59 |
| RGB | rgb(252, 234, 89) |
| HSL | hsl(53, 96%, 67%) |
| CMYK | cmyk(0%, 7%, 65%, 1%) |
| LAB | lab(91.8 -10.2 70.0) |
| LCH | lch(91.8 70.7 98.3) |
| OKLCH | oklch(0.926 0.162 102.2) |
Copy-ready code
/* CSS */
color: #fcea59;
background-color: #fcea59;
/* Tailwind (arbitrary) */
class="text-[#fcea59] bg-[#fcea59]"
/* SCSS */
$brand: #fcea59;
/* SwiftUI */
Color(red: 0.988, green: 0.918, blue: 0.349)
/* Android */
Color.parseColor("#fcea59")Accessibility — WCAG contrast
Aa
#fcea59 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcea59 on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green91.8%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow64.7%
Key (black)1.2%
Color previews
#fcea59 text on a black background
contrast 17.05:1
Card sample
#fcea59 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcea59;
Background color
Panel with #fcea59 background
background-color: #fcea59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcea59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 234, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 234, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcea59; background: linear-gradient(135deg, #fcea59, #A1FC59);