#cf4f4f
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 79, 79
HSL
0°, 57%, 56%
CMYK
0, 62, 62, 19
Luminance
0.1942
Every format
| HEX | #cf4f4f |
| RGB | rgb(207, 79, 79) |
| HSL | hsl(0, 57%, 56%) |
| CMYK | cmyk(0%, 62%, 62%, 19%) |
| LAB | lab(51.2 50.6 26.9) |
| LCH | lch(51.2 57.4 28.0) |
| OKLCH | oklch(0.599 0.163 23.4) |
Copy-ready code
/* CSS */
color: #cf4f4f;
background-color: #cf4f4f;
/* Tailwind (arbitrary) */
class="text-[#cf4f4f] bg-[#cf4f4f]"
/* SCSS */
$brand: #cf4f4f;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.310)
/* Android */
Color.parseColor("#cf4f4f")Accessibility — WCAG contrast
Aa
#cf4f4f on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4f4f on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow61.8%
Key (black)18.8%
Color previews
#cf4f4f text on a black background
contrast 4.88:1
Card sample
#cf4f4f text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4f4f;
Background color
Panel with #cf4f4f background
background-color: #cf4f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4f4f; background: linear-gradient(135deg, #cf4f4f, #CFA44F);