#cf42eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 66, 235
HSL
290°, 81%, 59%
CMYK
12, 72, 0, 8
Luminance
0.2316
Every format
| HEX | #cf42eb |
| RGB | rgb(207, 66, 235) |
| HSL | hsl(290, 81%, 59%) |
| CMYK | cmyk(12%, 72%, 0%, 8%) |
| LAB | lab(55.2 75.8 -58.3) |
| LCH | lch(55.2 95.6 322.5) |
| OKLCH | oklch(0.647 0.256 320.4) |
Copy-ready code
/* CSS */
color: #cf42eb;
background-color: #cf42eb;
/* Tailwind (arbitrary) */
class="text-[#cf42eb] bg-[#cf42eb]"
/* SCSS */
$brand: #cf42eb;
/* SwiftUI */
Color(red: 0.812, green: 0.259, blue: 0.922)
/* Android */
Color.parseColor("#cf42eb")Accessibility — WCAG contrast
Aa
#cf42eb on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf42eb on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.9%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta71.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cf42eb text on a black background
contrast 5.63:1
Card sample
#cf42eb text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf42eb;
Background color
Panel with #cf42eb background
background-color: #cf42eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf42eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 66, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 66, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf42eb; background: linear-gradient(135deg, #cf42eb, #EB4296);