#cf3afd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 58, 253
HSL
286°, 98%, 61%
CMYK
18, 77, 0, 1
Luminance
0.2338
Every format
| HEX | #cf3afd |
| RGB | rgb(207, 58, 253) |
| HSL | hsl(286, 98%, 61%) |
| CMYK | cmyk(18%, 77%, 0%, 1%) |
| LAB | lab(55.5 81.6 -67.9) |
| LCH | lch(55.5 106.2 320.2) |
| OKLCH | oklch(0.653 0.278 316.5) |
Copy-ready code
/* CSS */
color: #cf3afd;
background-color: #cf3afd;
/* Tailwind (arbitrary) */
class="text-[#cf3afd] bg-[#cf3afd]"
/* SCSS */
$brand: #cf3afd;
/* SwiftUI */
Color(red: 0.812, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#cf3afd")Accessibility — WCAG contrast
Aa
#cf3afd on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3afd on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.7%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cf3afd text on a black background
contrast 5.68:1
Card sample
#cf3afd text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3afd;
Background color
Panel with #cf3afd background
background-color: #cf3afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3afd; background: linear-gradient(135deg, #cf3afd, #FD3AA9);