#cf482c
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 72, 44
HSL
10°, 65%, 49%
CMYK
0, 65, 79, 19
Luminance
0.1808
Every format
| HEX | #cf482c |
| RGB | rgb(207, 72, 44) |
| HSL | hsl(10, 65%, 49%) |
| CMYK | cmyk(0%, 65%, 79%, 19%) |
| LAB | lab(49.6 51.9 44.6) |
| LCH | lch(49.6 68.5 40.7) |
| OKLCH | oklch(0.585 0.176 33.5) |
Copy-ready code
/* CSS */
color: #cf482c;
background-color: #cf482c;
/* Tailwind (arbitrary) */
class="text-[#cf482c] bg-[#cf482c]"
/* SCSS */
$brand: #cf482c;
/* SwiftUI */
Color(red: 0.812, green: 0.282, blue: 0.173)
/* Android */
Color.parseColor("#cf482c")Accessibility — WCAG contrast
Aa
#cf482c on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf482c on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow78.7%
Key (black)18.8%
Color previews
#cf482c text on a black background
contrast 4.62:1
Card sample
#cf482c text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf482c;
Background color
Panel with #cf482c background
background-color: #cf482c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf482c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 72, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 72, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf482c; background: linear-gradient(135deg, #cf482c, #CFB52C);