#fc6821
a balanced, electric orange · warm · closest name: tomato
RGB
252, 104, 33
HSL
20°, 97%, 56%
CMYK
0, 59, 87, 1
Luminance
0.3071
Every format
| HEX | #fc6821 |
| RGB | rgb(252, 104, 33) |
| HSL | hsl(20, 97%, 56%) |
| CMYK | cmyk(0%, 59%, 87%, 1%) |
| LAB | lab(62.3 53.4 63.4) |
| LCH | lch(62.3 82.9 49.9) |
| OKLCH | oklch(0.695 0.196 41.9) |
Copy-ready code
/* CSS */
color: #fc6821;
background-color: #fc6821;
/* Tailwind (arbitrary) */
class="text-[#fc6821] bg-[#fc6821]"
/* SCSS */
$brand: #fc6821;
/* SwiftUI */
Color(red: 0.988, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#fc6821")Accessibility — WCAG contrast
Aa
#fc6821 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc6821 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow86.9%
Key (black)1.2%
Color previews
#fc6821 text on a black background
contrast 7.14:1
Card sample
#fc6821 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc6821;
Background color
Panel with #fc6821 background
background-color: #fc6821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc6821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc6821; background: linear-gradient(135deg, #fc6821, #FCFA21);