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