#cd321f
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 50, 31
HSL
7°, 74%, 46%
CMYK
0, 76, 85, 20
Luminance
0.1536
Every format
| HEX | #cd321f |
| RGB | rgb(205, 50, 31) |
| HSL | hsl(7, 74%, 46%) |
| CMYK | cmyk(0%, 76%, 85%, 20%) |
| LAB | lab(46.1 59.1 47.6) |
| LCH | lch(46.1 75.9 38.9) |
| OKLCH | oklch(0.558 0.194 30.7) |
Copy-ready code
/* CSS */
color: #cd321f;
background-color: #cd321f;
/* Tailwind (arbitrary) */
class="text-[#cd321f] bg-[#cd321f]"
/* SCSS */
$brand: #cd321f;
/* SwiftUI */
Color(red: 0.804, green: 0.196, blue: 0.122)
/* Android */
Color.parseColor("#cd321f")Accessibility — WCAG contrast
Aa
#cd321f on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd321f on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green19.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow84.9%
Key (black)19.6%
Color previews
#cd321f text on a black background
contrast 4.07:1
Card sample
#cd321f text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd321f;
Background color
Panel with #cd321f background
background-color: #cd321f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd321f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 50, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 50, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd321f; background: linear-gradient(135deg, #cd321f, #CDA61F);