#cf20d2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 32, 210
HSL
299°, 74%, 48%
CMYK
1, 85, 0, 18
Luminance
0.1895
Every format
| HEX | #cf20d2 |
| RGB | rgb(207, 32, 210) |
| HSL | hsl(299, 74%, 48%) |
| CMYK | cmyk(1%, 85%, 0%, 18%) |
| LAB | lab(50.6 80.7 -51.4) |
| LCH | lch(50.6 95.7 327.5) |
| OKLCH | oklch(0.610 0.266 327.4) |
Copy-ready code
/* CSS */
color: #cf20d2;
background-color: #cf20d2;
/* Tailwind (arbitrary) */
class="text-[#cf20d2] bg-[#cf20d2]"
/* SCSS */
$brand: #cf20d2;
/* SwiftUI */
Color(red: 0.812, green: 0.125, blue: 0.824)
/* Android */
Color.parseColor("#cf20d2")Accessibility — WCAG contrast
Aa
#cf20d2 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf20d2 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.5%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta84.8%
Yellow0.0%
Key (black)17.6%
Color previews
#cf20d2 text on a black background
contrast 4.79:1
Card sample
#cf20d2 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf20d2;
Background color
Panel with #cf20d2 background
background-color: #cf20d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf20d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 32, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 32, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf20d2; background: linear-gradient(135deg, #cf20d2, #D2205E);