#cf41fc
a balanced, electric violet · warm · closest name: magenta
RGB
207, 65, 252
HSL
286°, 97%, 62%
CMYK
18, 74, 0, 1
Luminance
0.2407
Every format
| HEX | #cf41fc |
| RGB | rgb(207, 65, 252) |
| HSL | hsl(286, 97%, 62%) |
| CMYK | cmyk(18%, 74%, 0%, 1%) |
| LAB | lab(56.2 79.2 -66.3) |
| LCH | lch(56.2 103.3 320.1) |
| OKLCH | oklch(0.657 0.271 316.5) |
Copy-ready code
/* CSS */
color: #cf41fc;
background-color: #cf41fc;
/* Tailwind (arbitrary) */
class="text-[#cf41fc] bg-[#cf41fc]"
/* SCSS */
$brand: #cf41fc;
/* SwiftUI */
Color(red: 0.812, green: 0.255, blue: 0.988)
/* Android */
Color.parseColor("#cf41fc")Accessibility — WCAG contrast
Aa
#cf41fc on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf41fc on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.5%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta74.2%
Yellow0.0%
Key (black)1.2%
Color previews
#cf41fc text on a black background
contrast 5.81:1
Card sample
#cf41fc text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf41fc;
Background color
Panel with #cf41fc background
background-color: #cf41fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf41fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 65, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 65, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf41fc; background: linear-gradient(135deg, #cf41fc, #FC41AC);