#cf176d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
207, 23, 109
HSL
332°, 80%, 45%
CMYK
0, 89, 47, 19
Luminance
0.1498
Every format
| HEX | #cf176d |
| RGB | rgb(207, 23, 109) |
| HSL | hsl(332, 80%, 45%) |
| CMYK | cmyk(0%, 89%, 47%, 19%) |
| LAB | lab(45.6 70.3 1.0) |
| LCH | lch(45.6 70.3 0.8) |
| OKLCH | oklch(0.560 0.216 0.9) |
Copy-ready code
/* CSS */
color: #cf176d;
background-color: #cf176d;
/* Tailwind (arbitrary) */
class="text-[#cf176d] bg-[#cf176d]"
/* SCSS */
$brand: #cf176d;
/* SwiftUI */
Color(red: 0.812, green: 0.090, blue: 0.427)
/* Android */
Color.parseColor("#cf176d")Accessibility — WCAG contrast
Aa
#cf176d on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf176d on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green9.0%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow47.3%
Key (black)18.8%
Color previews
#cf176d text on a black background
contrast 4.00:1
Card sample
#cf176d text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf176d;
Background color
Panel with #cf176d background
background-color: #cf176d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf176d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 23, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 23, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf176d; background: linear-gradient(135deg, #cf176d, #CF3C17);