#cf3b3f
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 59, 63
HSL
358°, 61%, 52%
CMYK
0, 72, 70, 19
Luminance
0.1675
Every format
| HEX | #cf3b3f |
| RGB | rgb(207, 59, 63) |
| HSL | hsl(358, 61%, 52%) |
| CMYK | cmyk(0%, 72%, 70%, 19%) |
| LAB | lab(48.0 57.8 32.3) |
| LCH | lch(48.0 66.2 29.2) |
| OKLCH | oklch(0.574 0.185 23.8) |
Copy-ready code
/* CSS */
color: #cf3b3f;
background-color: #cf3b3f;
/* Tailwind (arbitrary) */
class="text-[#cf3b3f] bg-[#cf3b3f]"
/* SCSS */
$brand: #cf3b3f;
/* SwiftUI */
Color(red: 0.812, green: 0.231, blue: 0.247)
/* Android */
Color.parseColor("#cf3b3f")Accessibility — WCAG contrast
Aa
#cf3b3f on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3b3f on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow69.6%
Key (black)18.8%
Color previews
#cf3b3f text on a black background
contrast 4.35:1
Card sample
#cf3b3f text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3b3f;
Background color
Panel with #cf3b3f background
background-color: #cf3b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 59, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 59, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3b3f; background: linear-gradient(135deg, #cf3b3f, #CF9A3B);