#cf419f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 65, 159
HSL
320°, 60%, 53%
CMYK
0, 69, 23, 19
Luminance
0.1955
Every format
| HEX | #cf419f |
| RGB | rgb(207, 65, 159) |
| HSL | hsl(320, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 23%, 19%) |
| LAB | lab(51.3 64.3 -20.6) |
| LCH | lch(51.3 67.5 342.2) |
| OKLCH | oklch(0.607 0.202 344.2) |
Copy-ready code
/* CSS */
color: #cf419f;
background-color: #cf419f;
/* Tailwind (arbitrary) */
class="text-[#cf419f] bg-[#cf419f]"
/* SCSS */
$brand: #cf419f;
/* SwiftUI */
Color(red: 0.812, green: 0.255, blue: 0.624)
/* Android */
Color.parseColor("#cf419f")Accessibility — WCAG contrast
Aa
#cf419f on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf419f on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow23.2%
Key (black)18.8%
Color previews
#cf419f text on a black background
contrast 4.91:1
Card sample
#cf419f text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf419f;
Background color
Panel with #cf419f background
background-color: #cf419f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf419f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 65, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 65, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf419f; background: linear-gradient(135deg, #cf419f, #CF4241);