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