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