#cf1afd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 26, 253
HSL
288°, 98%, 55%
CMYK
18, 90, 0, 1
Luminance
0.2110
Every format
| HEX | #cf1afd |
| RGB | rgb(207, 26, 253) |
| HSL | hsl(288, 98%, 55%) |
| CMYK | cmyk(18%, 90%, 0%, 1%) |
| LAB | lab(53.1 88.6 -71.8) |
| LCH | lch(53.1 114.1 321.0) |
| OKLCH | oklch(0.636 0.299 317.3) |
Copy-ready code
/* CSS */
color: #cf1afd;
background-color: #cf1afd;
/* Tailwind (arbitrary) */
class="text-[#cf1afd] bg-[#cf1afd]"
/* SCSS */
$brand: #cf1afd;
/* SwiftUI */
Color(red: 0.812, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#cf1afd")Accessibility — WCAG contrast
Aa
#cf1afd on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1afd on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green10.2%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cf1afd text on a black background
contrast 5.22:1
Card sample
#cf1afd text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1afd;
Background color
Panel with #cf1afd background
background-color: #cf1afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1afd; background: linear-gradient(135deg, #cf1afd, #FD1A94);