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