#cf484b
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 72, 75
HSL
359°, 58%, 55%
CMYK
0, 65, 64, 19
Luminance
0.1841
Every format
| HEX | #cf484b |
| RGB | rgb(207, 72, 75) |
| HSL | hsl(359, 58%, 55%) |
| CMYK | cmyk(0%, 65%, 64%, 19%) |
| LAB | lab(50.0 53.4 27.8) |
| LCH | lch(50.0 60.2 27.5) |
| OKLCH | oklch(0.590 0.171 22.8) |
Copy-ready code
/* CSS */
color: #cf484b;
background-color: #cf484b;
/* Tailwind (arbitrary) */
class="text-[#cf484b] bg-[#cf484b]"
/* SCSS */
$brand: #cf484b;
/* SwiftUI */
Color(red: 0.812, green: 0.282, blue: 0.294)
/* Android */
Color.parseColor("#cf484b")Accessibility — WCAG contrast
Aa
#cf484b on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf484b on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.2%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow63.8%
Key (black)18.8%
Color previews
#cf484b text on a black background
contrast 4.68:1
Card sample
#cf484b text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf484b;
Background color
Panel with #cf484b background
background-color: #cf484b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf484b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 72, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 72, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf484b; background: linear-gradient(135deg, #cf484b, #CF9F48);