#cf445b
a balanced, vivid red · warm · closest name: crimson
RGB
207, 68, 91
HSL
350°, 59%, 54%
CMYK
0, 67, 56, 19
Luminance
0.1815
Every format
| HEX | #cf445b |
| RGB | rgb(207, 68, 91) |
| HSL | hsl(350, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 56%, 19%) |
| LAB | lab(49.7 56.1 17.8) |
| LCH | lch(49.7 58.9 17.6) |
| OKLCH | oklch(0.588 0.174 14.7) |
Copy-ready code
/* CSS */
color: #cf445b;
background-color: #cf445b;
/* Tailwind (arbitrary) */
class="text-[#cf445b] bg-[#cf445b]"
/* SCSS */
$brand: #cf445b;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.357)
/* Android */
Color.parseColor("#cf445b")Accessibility — WCAG contrast
Aa
#cf445b on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf445b on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow56.0%
Key (black)18.8%
Color previews
#cf445b text on a black background
contrast 4.63:1
Card sample
#cf445b text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf445b;
Background color
Panel with #cf445b background
background-color: #cf445b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf445b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf445b; background: linear-gradient(135deg, #cf445b, #CF8A44);