#cf47eb
a balanced, electric violet · warm · closest name: magenta
RGB
207, 71, 235
HSL
290°, 80%, 60%
CMYK
12, 70, 0, 8
Luminance
0.2377
Every format
| HEX | #cf47eb |
| RGB | rgb(207, 71, 235) |
| HSL | hsl(290, 80%, 60%) |
| CMYK | cmyk(12%, 70%, 0%, 8%) |
| LAB | lab(55.9 74.0 -57.3) |
| LCH | lch(55.9 93.6 322.3) |
| OKLCH | oklch(0.652 0.251 320.2) |
Copy-ready code
/* CSS */
color: #cf47eb;
background-color: #cf47eb;
/* Tailwind (arbitrary) */
class="text-[#cf47eb] bg-[#cf47eb]"
/* SCSS */
$brand: #cf47eb;
/* SwiftUI */
Color(red: 0.812, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#cf47eb")Accessibility — WCAG contrast
Aa
#cf47eb on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf47eb on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.8%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cf47eb text on a black background
contrast 5.75:1
Card sample
#cf47eb text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf47eb;
Background color
Panel with #cf47eb background
background-color: #cf47eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf47eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf47eb; background: linear-gradient(135deg, #cf47eb, #EB479A);