#fdc539
a balanced, electric yellow · warm · closest name: gold
RGB
253, 197, 57
HSL
43°, 98%, 61%
CMYK
0, 22, 78, 1
Luminance
0.6111
Every format
| HEX | #fdc539 |
| RGB | rgb(253, 197, 57) |
| HSL | hsl(43, 98%, 61%) |
| CMYK | cmyk(0%, 22%, 78%, 1%) |
| LAB | lab(82.4 7.5 72.7) |
| LCH | lch(82.4 73.0 84.1) |
| OKLCH | oklch(0.851 0.159 85.3) |
Copy-ready code
/* CSS */
color: #fdc539;
background-color: #fdc539;
/* Tailwind (arbitrary) */
class="text-[#fdc539] bg-[#fdc539]"
/* SCSS */
$brand: #fdc539;
/* SwiftUI */
Color(red: 0.992, green: 0.773, blue: 0.224)
/* Android */
Color.parseColor("#fdc539")Accessibility — WCAG contrast
Aa
#fdc539 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc539 on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green77.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta22.1%
Yellow77.5%
Key (black)0.8%
Color previews
#fdc539 text on a black background
contrast 13.22:1
Card sample
#fdc539 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc539;
Background color
Panel with #fdc539 background
background-color: #fdc539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 197, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 197, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc539; background: linear-gradient(135deg, #fdc539, #B2FD39);