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