#cf10fd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 16, 253
HSL
288°, 98%, 53%
CMYK
18, 94, 0, 1
Luminance
0.2073
Every format
| HEX | #cf10fd |
| RGB | rgb(207, 16, 253) |
| HSL | hsl(288, 98%, 53%) |
| CMYK | cmyk(18%, 94%, 0%, 1%) |
| LAB | lab(52.6 89.8 -72.5) |
| LCH | lch(52.6 115.4 321.1) |
| OKLCH | oklch(0.633 0.303 317.4) |
Copy-ready code
/* CSS */
color: #cf10fd;
background-color: #cf10fd;
/* Tailwind (arbitrary) */
class="text-[#cf10fd] bg-[#cf10fd]"
/* SCSS */
$brand: #cf10fd;
/* SwiftUI */
Color(red: 0.812, green: 0.063, blue: 0.992)
/* Android */
Color.parseColor("#cf10fd")Accessibility — WCAG contrast
Aa
#cf10fd on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf10fd on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green6.3%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta93.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cf10fd text on a black background
contrast 5.15:1
Card sample
#cf10fd text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf10fd;
Background color
Panel with #cf10fd background
background-color: #cf10fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf10fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 16, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 16, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf10fd; background: linear-gradient(135deg, #cf10fd, #FD108D);