#cf2cd0
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 44, 208
HSL
300°, 65%, 49%
CMYK
1, 79, 0, 18
Luminance
0.1962
Every format
| HEX | #cf2cd0 |
| RGB | rgb(207, 44, 208) |
| HSL | hsl(300, 65%, 49%) |
| CMYK | cmyk(1%, 79%, 0%, 18%) |
| LAB | lab(51.4 77.8 -49.0) |
| LCH | lch(51.4 92.0 327.8) |
| OKLCH | oklch(0.615 0.256 327.9) |
Copy-ready code
/* CSS */
color: #cf2cd0;
background-color: #cf2cd0;
/* Tailwind (arbitrary) */
class="text-[#cf2cd0] bg-[#cf2cd0]"
/* SCSS */
$brand: #cf2cd0;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.816)
/* Android */
Color.parseColor("#cf2cd0")Accessibility — WCAG contrast
Aa
#cf2cd0 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2cd0 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue81.6%
CMYK percentages
Cyan0.5%
Magenta78.8%
Yellow0.0%
Key (black)18.4%
Color previews
#cf2cd0 text on a black background
contrast 4.92:1
Card sample
#cf2cd0 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2cd0;
Background color
Panel with #cf2cd0 background
background-color: #cf2cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2cd0; background: linear-gradient(135deg, #cf2cd0, #D02C64);