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