#cf2af0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 42, 240
HSL
290°, 87%, 55%
CMYK
14, 83, 0, 6
Luminance
0.2121
Every format
| HEX | #cf2af0 |
| RGB | rgb(207, 42, 240) |
| HSL | hsl(290, 87%, 55%) |
| CMYK | cmyk(14%, 83%, 0%, 6%) |
| LAB | lab(53.2 83.5 -64.4) |
| LCH | lch(53.2 105.4 322.4) |
| OKLCH | oklch(0.634 0.281 319.9) |
Copy-ready code
/* CSS */
color: #cf2af0;
background-color: #cf2af0;
/* Tailwind (arbitrary) */
class="text-[#cf2af0] bg-[#cf2af0]"
/* SCSS */
$brand: #cf2af0;
/* SwiftUI */
Color(red: 0.812, green: 0.165, blue: 0.941)
/* Android */
Color.parseColor("#cf2af0")Accessibility — WCAG contrast
Aa
#cf2af0 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2af0 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.5%
Blue94.1%
CMYK percentages
Cyan13.7%
Magenta82.5%
Yellow0.0%
Key (black)5.9%
Color previews
#cf2af0 text on a black background
contrast 5.24:1
Card sample
#cf2af0 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2af0;
Background color
Panel with #cf2af0 background
background-color: #cf2af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 42, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 42, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2af0; background: linear-gradient(135deg, #cf2af0, #F02A8D);