#cf2152
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 33, 82
HSL
343°, 73%, 47%
CMYK
0, 84, 60, 19
Luminance
0.1496
Every format
| HEX | #cf2152 |
| RGB | rgb(207, 33, 82) |
| HSL | hsl(343, 73%, 47%) |
| CMYK | cmyk(0%, 84%, 60%, 19%) |
| LAB | lab(45.6 66.4 17.8) |
| LCH | lch(45.6 68.8 15.0) |
| OKLCH | oklch(0.557 0.205 12.3) |
Copy-ready code
/* CSS */
color: #cf2152;
background-color: #cf2152;
/* Tailwind (arbitrary) */
class="text-[#cf2152] bg-[#cf2152]"
/* SCSS */
$brand: #cf2152;
/* SwiftUI */
Color(red: 0.812, green: 0.129, blue: 0.322)
/* Android */
Color.parseColor("#cf2152")Accessibility — WCAG contrast
Aa
#cf2152 on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2152 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.9%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta84.1%
Yellow60.4%
Key (black)18.8%
Color previews
#cf2152 text on a black background
contrast 3.99:1
Card sample
#cf2152 text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2152;
Background color
Panel with #cf2152 background
background-color: #cf2152;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2152;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 33, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 33, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2152; background: linear-gradient(135deg, #cf2152, #CF6421);