#cf2c84
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 44, 132
HSL
328°, 65%, 49%
CMYK
0, 79, 36, 19
Luminance
0.1673
Every format
| HEX | #cf2c84 |
| RGB | rgb(207, 44, 132) |
| HSL | hsl(328, 65%, 49%) |
| CMYK | cmyk(0%, 79%, 36%, 19%) |
| LAB | lab(47.9 67.9 -9.6) |
| LCH | lch(47.9 68.6 351.9) |
| OKLCH | oklch(0.579 0.210 353.3) |
Copy-ready code
/* CSS */
color: #cf2c84;
background-color: #cf2c84;
/* Tailwind (arbitrary) */
class="text-[#cf2c84] bg-[#cf2c84]"
/* SCSS */
$brand: #cf2c84;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.518)
/* Android */
Color.parseColor("#cf2c84")Accessibility — WCAG contrast
Aa
#cf2c84 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2c84 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow36.2%
Key (black)18.8%
Color previews
#cf2c84 text on a black background
contrast 4.35:1
Card sample
#cf2c84 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2c84;
Background color
Panel with #cf2c84 background
background-color: #cf2c84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2c84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2c84; background: linear-gradient(135deg, #cf2c84, #CF412C);