#cf41d2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 65, 210
HSL
299°, 62%, 54%
CMYK
1, 69, 0, 18
Luminance
0.2170
Every format
| HEX | #cf41d2 |
| RGB | rgb(207, 65, 210) |
| HSL | hsl(299, 62%, 54%) |
| CMYK | cmyk(1%, 69%, 0%, 18%) |
| LAB | lab(53.7 71.9 -46.5) |
| LCH | lch(53.7 85.6 327.1) |
| OKLCH | oklch(0.632 0.237 327.1) |
Copy-ready code
/* CSS */
color: #cf41d2;
background-color: #cf41d2;
/* Tailwind (arbitrary) */
class="text-[#cf41d2] bg-[#cf41d2]"
/* SCSS */
$brand: #cf41d2;
/* SwiftUI */
Color(red: 0.812, green: 0.255, blue: 0.824)
/* Android */
Color.parseColor("#cf41d2")Accessibility — WCAG contrast
Aa
#cf41d2 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf41d2 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.5%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta69.0%
Yellow0.0%
Key (black)17.6%
Color previews
#cf41d2 text on a black background
contrast 5.34:1
Card sample
#cf41d2 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf41d2;
Background color
Panel with #cf41d2 background
background-color: #cf41d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf41d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 65, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 65, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf41d2; background: linear-gradient(135deg, #cf41d2, #D24174);