#cf2cd5
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 44, 213
HSL
298°, 67%, 50%
CMYK
3, 79, 0, 17
Luminance
0.1987
Every format
| HEX | #cf2cd5 |
| RGB | rgb(207, 44, 213) |
| HSL | hsl(298, 67%, 50%) |
| CMYK | cmyk(3%, 79%, 0%, 17%) |
| LAB | lab(51.7 78.6 -51.5) |
| LCH | lch(51.7 94.0 326.8) |
| OKLCH | oklch(0.618 0.260 326.5) |
Copy-ready code
/* CSS */
color: #cf2cd5;
background-color: #cf2cd5;
/* Tailwind (arbitrary) */
class="text-[#cf2cd5] bg-[#cf2cd5]"
/* SCSS */
$brand: #cf2cd5;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.835)
/* Android */
Color.parseColor("#cf2cd5")Accessibility — WCAG contrast
Aa
#cf2cd5 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2cd5 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue83.5%
CMYK percentages
Cyan2.8%
Magenta79.3%
Yellow0.0%
Key (black)16.5%
Color previews
#cf2cd5 text on a black background
contrast 4.97:1
Card sample
#cf2cd5 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2cd5;
Background color
Panel with #cf2cd5 background
background-color: #cf2cd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2cd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2cd5; background: linear-gradient(135deg, #cf2cd5, #D52C6A);