#cf20df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 32, 223
HSL
295°, 75%, 50%
CMYK
7, 86, 0, 13
Luminance
0.1963
Every format
| HEX | #cf20df |
| RGB | rgb(207, 32, 223) |
| HSL | hsl(295, 75%, 50%) |
| CMYK | cmyk(7%, 86%, 0%, 13%) |
| LAB | lab(51.4 82.8 -57.6) |
| LCH | lch(51.4 100.8 325.2) |
| OKLCH | oklch(0.618 0.275 324.1) |
Copy-ready code
/* CSS */
color: #cf20df;
background-color: #cf20df;
/* Tailwind (arbitrary) */
class="text-[#cf20df] bg-[#cf20df]"
/* SCSS */
$brand: #cf20df;
/* SwiftUI */
Color(red: 0.812, green: 0.125, blue: 0.875)
/* Android */
Color.parseColor("#cf20df")Accessibility — WCAG contrast
Aa
#cf20df on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf20df on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.5%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta85.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cf20df text on a black background
contrast 4.93:1
Card sample
#cf20df text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf20df;
Background color
Panel with #cf20df background
background-color: #cf20df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf20df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 32, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 32, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf20df; background: linear-gradient(135deg, #cf20df, #DF2070);