#cf41da
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 65, 218
HSL
296°, 67%, 56%
CMYK
5, 70, 0, 15
Luminance
0.2211
Every format
| HEX | #cf41da |
| RGB | rgb(207, 65, 218) |
| HSL | hsl(296, 67%, 56%) |
| CMYK | cmyk(5%, 70%, 0%, 15%) |
| LAB | lab(54.1 73.2 -50.4) |
| LCH | lch(54.1 88.9 325.5) |
| OKLCH | oklch(0.636 0.243 324.8) |
Copy-ready code
/* CSS */
color: #cf41da;
background-color: #cf41da;
/* Tailwind (arbitrary) */
class="text-[#cf41da] bg-[#cf41da]"
/* SCSS */
$brand: #cf41da;
/* SwiftUI */
Color(red: 0.812, green: 0.255, blue: 0.855)
/* Android */
Color.parseColor("#cf41da")Accessibility — WCAG contrast
Aa
#cf41da on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf41da on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.5%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta70.2%
Yellow0.0%
Key (black)14.5%
Color previews
#cf41da text on a black background
contrast 5.42:1
Card sample
#cf41da text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf41da;
Background color
Panel with #cf41da background
background-color: #cf41da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf41da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 65, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 65, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf41da; background: linear-gradient(135deg, #cf41da, #DA417F);