#cf2afd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 42, 253
HSL
287°, 98%, 58%
CMYK
18, 83, 0, 1
Luminance
0.2201
Every format
| HEX | #cf2afd |
| RGB | rgb(207, 42, 253) |
| HSL | hsl(287, 98%, 58%) |
| CMYK | cmyk(18%, 83%, 0%, 1%) |
| LAB | lab(54.0 85.7 -70.2) |
| LCH | lch(54.0 110.8 320.7) |
| OKLCH | oklch(0.643 0.291 317.0) |
Copy-ready code
/* CSS */
color: #cf2afd;
background-color: #cf2afd;
/* Tailwind (arbitrary) */
class="text-[#cf2afd] bg-[#cf2afd]"
/* SCSS */
$brand: #cf2afd;
/* SwiftUI */
Color(red: 0.812, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#cf2afd")Accessibility — WCAG contrast
Aa
#cf2afd on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2afd on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.5%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cf2afd text on a black background
contrast 5.40:1
Card sample
#cf2afd text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2afd;
Background color
Panel with #cf2afd background
background-color: #cf2afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2afd; background: linear-gradient(135deg, #cf2afd, #FD2A9E);