#fc6521
a balanced, electric orange · warm · closest name: tomato
RGB
252, 101, 33
HSL
19°, 97%, 56%
CMYK
0, 60, 87, 1
Luminance
0.3011
Every format
| HEX | #fc6521 |
| RGB | rgb(252, 101, 33) |
| HSL | hsl(19, 97%, 56%) |
| CMYK | cmyk(0%, 60%, 87%, 1%) |
| LAB | lab(61.8 54.8 63.0) |
| LCH | lch(61.8 83.5 49.0) |
| OKLCH | oklch(0.691 0.199 40.9) |
Copy-ready code
/* CSS */
color: #fc6521;
background-color: #fc6521;
/* Tailwind (arbitrary) */
class="text-[#fc6521] bg-[#fc6521]"
/* SCSS */
$brand: #fc6521;
/* SwiftUI */
Color(red: 0.988, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#fc6521")Accessibility — WCAG contrast
Aa
#fc6521 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc6521 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.9%
Yellow86.9%
Key (black)1.2%
Color previews
#fc6521 text on a black background
contrast 7.02:1
Card sample
#fc6521 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc6521;
Background color
Panel with #fc6521 background
background-color: #fc6521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc6521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc6521; background: linear-gradient(135deg, #fc6521, #FCF721);