#cf4f4b
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 79, 75
HSL
2°, 58%, 55%
CMYK
0, 62, 64, 19
Luminance
0.1937
Every format
| HEX | #cf4f4b |
| RGB | rgb(207, 79, 75) |
| HSL | hsl(2, 58%, 55%) |
| CMYK | cmyk(0%, 62%, 64%, 19%) |
| LAB | lab(51.1 50.4 29.2) |
| LCH | lch(51.1 58.2 30.1) |
| OKLCH | oklch(0.598 0.163 25.1) |
Copy-ready code
/* CSS */
color: #cf4f4b;
background-color: #cf4f4b;
/* Tailwind (arbitrary) */
class="text-[#cf4f4b] bg-[#cf4f4b]"
/* SCSS */
$brand: #cf4f4b;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.294)
/* Android */
Color.parseColor("#cf4f4b")Accessibility — WCAG contrast
Aa
#cf4f4b on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4f4b on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow63.8%
Key (black)18.8%
Color previews
#cf4f4b text on a black background
contrast 4.87:1
Card sample
#cf4f4b text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4f4b;
Background color
Panel with #cf4f4b background
background-color: #cf4f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4f4b; background: linear-gradient(135deg, #cf4f4b, #CFA74B);