#cf3d4f
a balanced, vivid red · warm · closest name: crimson
RGB
207, 61, 79
HSL
353°, 60%, 53%
CMYK
0, 71, 62, 19
Luminance
0.1717
Every format
| HEX | #cf3d4f |
| RGB | rgb(207, 61, 79) |
| HSL | hsl(353, 60%, 53%) |
| CMYK | cmyk(0%, 71%, 62%, 19%) |
| LAB | lab(48.5 58.0 23.4) |
| LCH | lch(48.5 62.5 22.0) |
| OKLCH | oklch(0.578 0.182 18.2) |
Copy-ready code
/* CSS */
color: #cf3d4f;
background-color: #cf3d4f;
/* Tailwind (arbitrary) */
class="text-[#cf3d4f] bg-[#cf3d4f]"
/* SCSS */
$brand: #cf3d4f;
/* SwiftUI */
Color(red: 0.812, green: 0.239, blue: 0.310)
/* Android */
Color.parseColor("#cf3d4f")Accessibility — WCAG contrast
Aa
#cf3d4f on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3d4f on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow61.8%
Key (black)18.8%
Color previews
#cf3d4f text on a black background
contrast 4.43:1
Card sample
#cf3d4f text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3d4f;
Background color
Panel with #cf3d4f background
background-color: #cf3d4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3d4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 61, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 61, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3d4f; background: linear-gradient(135deg, #cf3d4f, #CF8C3D);