#cf47fc
a balanced, electric violet · warm · closest name: magenta
RGB
207, 71, 252
HSL
285°, 97%, 63%
CMYK
18, 72, 0, 1
Luminance
0.2480
Every format
| HEX | #cf47fc |
| RGB | rgb(207, 71, 252) |
| HSL | hsl(285, 97%, 63%) |
| CMYK | cmyk(18%, 72%, 0%, 1%) |
| LAB | lab(56.9 77.1 -65.1) |
| LCH | lch(56.9 100.9 319.8) |
| OKLCH | oklch(0.662 0.265 316.2) |
Copy-ready code
/* CSS */
color: #cf47fc;
background-color: #cf47fc;
/* Tailwind (arbitrary) */
class="text-[#cf47fc] bg-[#cf47fc]"
/* SCSS */
$brand: #cf47fc;
/* SwiftUI */
Color(red: 0.812, green: 0.278, blue: 0.988)
/* Android */
Color.parseColor("#cf47fc")Accessibility — WCAG contrast
Aa
#cf47fc on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf47fc on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.8%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta71.8%
Yellow0.0%
Key (black)1.2%
Color previews
#cf47fc text on a black background
contrast 5.96:1
Card sample
#cf47fc text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf47fc;
Background color
Panel with #cf47fc background
background-color: #cf47fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf47fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 71, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 71, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf47fc; background: linear-gradient(135deg, #cf47fc, #FC47B0);