#cf41cc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 65, 204
HSL
301°, 60%, 53%
CMYK
0, 69, 1, 19
Luminance
0.2141
Every format
| HEX | #cf41cc |
| RGB | rgb(207, 65, 204) |
| HSL | hsl(301, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 1%, 19%) |
| LAB | lab(53.4 70.9 -43.6) |
| LCH | lch(53.4 83.3 328.4) |
| OKLCH | oklch(0.629 0.233 328.8) |
Copy-ready code
/* CSS */
color: #cf41cc;
background-color: #cf41cc;
/* Tailwind (arbitrary) */
class="text-[#cf41cc] bg-[#cf41cc]"
/* SCSS */
$brand: #cf41cc;
/* SwiftUI */
Color(red: 0.812, green: 0.255, blue: 0.800)
/* Android */
Color.parseColor("#cf41cc")Accessibility — WCAG contrast
Aa
#cf41cc on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf41cc on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.5%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow1.4%
Key (black)18.8%
Color previews
#cf41cc text on a black background
contrast 5.28:1
Card sample
#cf41cc text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf41cc;
Background color
Panel with #cf41cc background
background-color: #cf41cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf41cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 65, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 65, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf41cc; background: linear-gradient(135deg, #cf41cc, #CF416D);