#fc9521
a balanced, electric orange · warm · closest name: orange
RGB
252, 149, 33
HSL
32°, 97%, 56%
CMYK
0, 41, 87, 1
Luminance
0.4230
Every format
| HEX | #fc9521 |
| RGB | rgb(252, 149, 33) |
| HSL | hsl(32, 97%, 56%) |
| CMYK | cmyk(0%, 41%, 87%, 1%) |
| LAB | lab(71.1 31.4 70.4) |
| LCH | lch(71.1 77.1 65.9) |
| OKLCH | oklch(0.762 0.168 61.4) |
Copy-ready code
/* CSS */
color: #fc9521;
background-color: #fc9521;
/* Tailwind (arbitrary) */
class="text-[#fc9521] bg-[#fc9521]"
/* SCSS */
$brand: #fc9521;
/* SwiftUI */
Color(red: 0.988, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#fc9521")Accessibility — WCAG contrast
Aa
#fc9521 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9521 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow86.9%
Key (black)1.2%
Color previews
#fc9521 text on a black background
contrast 9.46:1
Card sample
#fc9521 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9521;
Background color
Panel with #fc9521 background
background-color: #fc9521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9521; background: linear-gradient(135deg, #fc9521, #D1FC21);