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