#cf4141
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 65, 65
HSL
0°, 60%, 53%
CMYK
0, 69, 69, 19
Luminance
0.1743
Every format
| HEX | #cf4141 |
| RGB | rgb(207, 65, 65) |
| HSL | hsl(0, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 69%, 19%) |
| LAB | lab(48.8 55.7 32.1) |
| LCH | lch(48.8 64.3 30.0) |
| OKLCH | oklch(0.580 0.179 24.6) |
Copy-ready code
/* CSS */
color: #cf4141;
background-color: #cf4141;
/* Tailwind (arbitrary) */
class="text-[#cf4141] bg-[#cf4141]"
/* SCSS */
$brand: #cf4141;
/* SwiftUI */
Color(red: 0.812, green: 0.255, blue: 0.255)
/* Android */
Color.parseColor("#cf4141")Accessibility — WCAG contrast
Aa
#cf4141 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4141 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow68.6%
Key (black)18.8%
Color previews
#cf4141 text on a black background
contrast 4.49:1
Card sample
#cf4141 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4141;
Background color
Panel with #cf4141 background
background-color: #cf4141;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4141;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 65, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 65, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4141; background: linear-gradient(135deg, #cf4141, #CFA041);