#cf20cd
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 32, 205
HSL
301°, 73%, 47%
CMYK
0, 85, 1, 19
Luminance
0.1871
Every format
| HEX | #cf20cd |
| RGB | rgb(207, 32, 205) |
| HSL | hsl(301, 73%, 47%) |
| CMYK | cmyk(0%, 85%, 1%, 19%) |
| LAB | lab(50.4 80.0 -49.0) |
| LCH | lch(50.4 93.8 328.5) |
| OKLCH | oklch(0.607 0.262 328.8) |
Copy-ready code
/* CSS */
color: #cf20cd;
background-color: #cf20cd;
/* Tailwind (arbitrary) */
class="text-[#cf20cd] bg-[#cf20cd]"
/* SCSS */
$brand: #cf20cd;
/* SwiftUI */
Color(red: 0.812, green: 0.125, blue: 0.804)
/* Android */
Color.parseColor("#cf20cd")Accessibility — WCAG contrast
Aa
#cf20cd on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf20cd on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow1.0%
Key (black)18.8%
Color previews
#cf20cd text on a black background
contrast 4.74:1
Card sample
#cf20cd text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf20cd;
Background color
Panel with #cf20cd background
background-color: #cf20cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf20cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 32, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 32, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf20cd; background: linear-gradient(135deg, #cf20cd, #CF2058);