#fdc02a
a balanced, electric yellow · warm · closest name: orange
RGB
253, 192, 42
HSL
43°, 98%, 58%
CMYK
0, 24, 83, 1
Luminance
0.5875
Every format
| HEX | #fdc02a |
| RGB | rgb(253, 192, 42) |
| HSL | hsl(43, 98%, 58%) |
| CMYK | cmyk(0%, 24%, 83%, 1%) |
| LAB | lab(81.2 9.6 76.1) |
| LCH | lch(81.2 76.8 82.8) |
| OKLCH | oklch(0.841 0.163 83.8) |
Copy-ready code
/* CSS */
color: #fdc02a;
background-color: #fdc02a;
/* Tailwind (arbitrary) */
class="text-[#fdc02a] bg-[#fdc02a]"
/* SCSS */
$brand: #fdc02a;
/* SwiftUI */
Color(red: 0.992, green: 0.753, blue: 0.165)
/* Android */
Color.parseColor("#fdc02a")Accessibility — WCAG contrast
Aa
#fdc02a on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc02a on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green75.3%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow83.4%
Key (black)0.8%
Color previews
#fdc02a text on a black background
contrast 12.75:1
Card sample
#fdc02a text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc02a;
Background color
Panel with #fdc02a background
background-color: #fdc02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 192, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 192, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc02a; background: linear-gradient(135deg, #fdc02a, #ADFD2A);