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