#cf2f84
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 47, 132
HSL
328°, 63%, 50%
CMYK
0, 77, 36, 19
Luminance
0.1696
Every format
| HEX | #cf2f84 |
| RGB | rgb(207, 47, 132) |
| HSL | hsl(328, 63%, 50%) |
| CMYK | cmyk(0%, 77%, 36%, 19%) |
| LAB | lab(48.2 67.0 -9.2) |
| LCH | lch(48.2 67.7 352.2) |
| OKLCH | oklch(0.581 0.207 353.5) |
Copy-ready code
/* CSS */
color: #cf2f84;
background-color: #cf2f84;
/* Tailwind (arbitrary) */
class="text-[#cf2f84] bg-[#cf2f84]"
/* SCSS */
$brand: #cf2f84;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.518)
/* Android */
Color.parseColor("#cf2f84")Accessibility — WCAG contrast
Aa
#cf2f84 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2f84 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow36.2%
Key (black)18.8%
Color previews
#cf2f84 text on a black background
contrast 4.39:1
Card sample
#cf2f84 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2f84;
Background color
Panel with #cf2f84 background
background-color: #cf2f84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2f84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2f84; background: linear-gradient(135deg, #cf2f84, #CF452F);