#cf445e
a balanced, vivid red · warm · closest name: crimson
RGB
207, 68, 94
HSL
349°, 59%, 54%
CMYK
0, 67, 55, 19
Luminance
0.1821
Every format
| HEX | #cf445e |
| RGB | rgb(207, 68, 94) |
| HSL | hsl(349, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 55%, 19%) |
| LAB | lab(49.8 56.4 16.1) |
| LCH | lch(49.8 58.6 15.9) |
| OKLCH | oklch(0.589 0.175 13.3) |
Copy-ready code
/* CSS */
color: #cf445e;
background-color: #cf445e;
/* Tailwind (arbitrary) */
class="text-[#cf445e] bg-[#cf445e]"
/* SCSS */
$brand: #cf445e;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.369)
/* Android */
Color.parseColor("#cf445e")Accessibility — WCAG contrast
Aa
#cf445e on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf445e on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow54.6%
Key (black)18.8%
Color previews
#cf445e text on a black background
contrast 4.64:1
Card sample
#cf445e text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf445e;
Background color
Panel with #cf445e background
background-color: #cf445e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf445e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf445e; background: linear-gradient(135deg, #cf445e, #CF8744);