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