#cf20f2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 32, 242
HSL
290°, 89%, 54%
CMYK
15, 87, 0, 5
Luminance
0.2071
Every format
| HEX | #cf20f2 |
| RGB | rgb(207, 32, 242) |
| HSL | hsl(290, 89%, 54%) |
| CMYK | cmyk(15%, 87%, 0%, 5%) |
| LAB | lab(52.6 85.8 -66.4) |
| LCH | lch(52.6 108.5 322.3) |
| OKLCH | oklch(0.630 0.288 319.6) |
Copy-ready code
/* CSS */
color: #cf20f2;
background-color: #cf20f2;
/* Tailwind (arbitrary) */
class="text-[#cf20f2] bg-[#cf20f2]"
/* SCSS */
$brand: #cf20f2;
/* SwiftUI */
Color(red: 0.812, green: 0.125, blue: 0.949)
/* Android */
Color.parseColor("#cf20f2")Accessibility — WCAG contrast
Aa
#cf20f2 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf20f2 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.5%
Blue94.9%
CMYK percentages
Cyan14.5%
Magenta86.8%
Yellow0.0%
Key (black)5.1%
Color previews
#cf20f2 text on a black background
contrast 5.14:1
Card sample
#cf20f2 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf20f2;
Background color
Panel with #cf20f2 background
background-color: #cf20f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf20f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 32, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 32, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf20f2; background: linear-gradient(135deg, #cf20f2, #F22089);