#cf2f5f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 47, 95
HSL
342°, 63%, 50%
CMYK
0, 77, 54, 19
Luminance
0.1612
Every format
| HEX | #cf2f5f |
| RGB | rgb(207, 47, 95) |
| HSL | hsl(342, 63%, 50%) |
| CMYK | cmyk(0%, 77%, 54%, 19%) |
| LAB | lab(47.1 63.7 11.9) |
| LCH | lch(47.1 64.8 10.6) |
| OKLCH | oklch(0.570 0.196 8.9) |
Copy-ready code
/* CSS */
color: #cf2f5f;
background-color: #cf2f5f;
/* Tailwind (arbitrary) */
class="text-[#cf2f5f] bg-[#cf2f5f]"
/* SCSS */
$brand: #cf2f5f;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.373)
/* Android */
Color.parseColor("#cf2f5f")Accessibility — WCAG contrast
Aa
#cf2f5f on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2f5f on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow54.1%
Key (black)18.8%
Color previews
#cf2f5f text on a black background
contrast 4.22:1
Card sample
#cf2f5f text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2f5f;
Background color
Panel with #cf2f5f background
background-color: #cf2f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2f5f; background: linear-gradient(135deg, #cf2f5f, #CF6A2F);