#cf2cd3
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 44, 211
HSL
299°, 66%, 50%
CMYK
2, 79, 0, 17
Luminance
0.1977
Every format
| HEX | #cf2cd3 |
| RGB | rgb(207, 44, 211) |
| HSL | hsl(299, 66%, 50%) |
| CMYK | cmyk(2%, 79%, 0%, 17%) |
| LAB | lab(51.6 78.3 -50.5) |
| LCH | lch(51.6 93.2 327.2) |
| OKLCH | oklch(0.617 0.258 327.1) |
Copy-ready code
/* CSS */
color: #cf2cd3;
background-color: #cf2cd3;
/* Tailwind (arbitrary) */
class="text-[#cf2cd3] bg-[#cf2cd3]"
/* SCSS */
$brand: #cf2cd3;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.827)
/* Android */
Color.parseColor("#cf2cd3")Accessibility — WCAG contrast
Aa
#cf2cd3 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2cd3 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue82.7%
CMYK percentages
Cyan1.9%
Magenta79.1%
Yellow0.0%
Key (black)17.3%
Color previews
#cf2cd3 text on a black background
contrast 4.95:1
Card sample
#cf2cd3 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2cd3;
Background color
Panel with #cf2cd3 background
background-color: #cf2cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2cd3; background: linear-gradient(135deg, #cf2cd3, #D32C68);