#cf2afc
a balanced, electric violet · warm · closest name: magenta
RGB
207, 42, 252
HSL
287°, 97%, 58%
CMYK
18, 83, 0, 1
Luminance
0.2195
Every format
| HEX | #cf2afc |
| RGB | rgb(207, 42, 252) |
| HSL | hsl(287, 97%, 58%) |
| CMYK | cmyk(18%, 83%, 0%, 1%) |
| LAB | lab(54.0 85.5 -69.8) |
| LCH | lch(54.0 110.4 320.8) |
| OKLCH | oklch(0.642 0.290 317.2) |
Copy-ready code
/* CSS */
color: #cf2afc;
background-color: #cf2afc;
/* Tailwind (arbitrary) */
class="text-[#cf2afc] bg-[#cf2afc]"
/* SCSS */
$brand: #cf2afc;
/* SwiftUI */
Color(red: 0.812, green: 0.165, blue: 0.988)
/* Android */
Color.parseColor("#cf2afc")Accessibility — WCAG contrast
Aa
#cf2afc on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2afc on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.5%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta83.3%
Yellow0.0%
Key (black)1.2%
Color previews
#cf2afc text on a black background
contrast 5.39:1
Card sample
#cf2afc text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2afc;
Background color
Panel with #cf2afc background
background-color: #cf2afc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2afc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 42, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 42, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2afc; background: linear-gradient(135deg, #cf2afc, #FC2A9D);