#cf2cd2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 44, 210
HSL
299°, 65%, 50%
CMYK
1, 79, 0, 18
Luminance
0.1972
Every format
| HEX | #cf2cd2 |
| RGB | rgb(207, 44, 210) |
| HSL | hsl(299, 65%, 50%) |
| CMYK | cmyk(1%, 79%, 0%, 18%) |
| LAB | lab(51.5 78.2 -50.0) |
| LCH | lch(51.5 92.8 327.4) |
| OKLCH | oklch(0.616 0.258 327.3) |
Copy-ready code
/* CSS */
color: #cf2cd2;
background-color: #cf2cd2;
/* Tailwind (arbitrary) */
class="text-[#cf2cd2] bg-[#cf2cd2]"
/* SCSS */
$brand: #cf2cd2;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.824)
/* Android */
Color.parseColor("#cf2cd2")Accessibility — WCAG contrast
Aa
#cf2cd2 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2cd2 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta79.0%
Yellow0.0%
Key (black)17.6%
Color previews
#cf2cd2 text on a black background
contrast 4.94:1
Card sample
#cf2cd2 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2cd2;
Background color
Panel with #cf2cd2 background
background-color: #cf2cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2cd2; background: linear-gradient(135deg, #cf2cd2, #D22C66);