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