#fdc032
a balanced, electric yellow · warm · closest name: orange
RGB
253, 192, 50
HSL
42°, 98%, 59%
CMYK
0, 24, 80, 1
Luminance
0.5881
Every format
| HEX | #fdc032 |
| RGB | rgb(253, 192, 50) |
| HSL | hsl(42, 98%, 59%) |
| CMYK | cmyk(0%, 24%, 80%, 1%) |
| LAB | lab(81.2 9.8 73.8) |
| LCH | lch(81.2 74.5 82.4) |
| OKLCH | oklch(0.842 0.160 83.2) |
Copy-ready code
/* CSS */
color: #fdc032;
background-color: #fdc032;
/* Tailwind (arbitrary) */
class="text-[#fdc032] bg-[#fdc032]"
/* SCSS */
$brand: #fdc032;
/* SwiftUI */
Color(red: 0.992, green: 0.753, blue: 0.196)
/* Android */
Color.parseColor("#fdc032")Accessibility — WCAG contrast
Aa
#fdc032 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc032 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green75.3%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow80.2%
Key (black)0.8%
Color previews
#fdc032 text on a black background
contrast 12.76:1
Card sample
#fdc032 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc032;
Background color
Panel with #fdc032 background
background-color: #fdc032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 192, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 192, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc032; background: linear-gradient(135deg, #fdc032, #B3FD32);