#cf409d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 64, 157
HSL
321°, 60%, 53%
CMYK
0, 69, 24, 19
Luminance
0.1937
Every format
| HEX | #cf409d |
| RGB | rgb(207, 64, 157) |
| HSL | hsl(321, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 24%, 19%) |
| LAB | lab(51.1 64.4 -19.8) |
| LCH | lch(51.1 67.4 342.9) |
| OKLCH | oklch(0.605 0.202 344.9) |
Copy-ready code
/* CSS */
color: #cf409d;
background-color: #cf409d;
/* Tailwind (arbitrary) */
class="text-[#cf409d] bg-[#cf409d]"
/* SCSS */
$brand: #cf409d;
/* SwiftUI */
Color(red: 0.812, green: 0.251, blue: 0.616)
/* Android */
Color.parseColor("#cf409d")Accessibility — WCAG contrast
Aa
#cf409d on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf409d on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.1%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow24.2%
Key (black)18.8%
Color previews
#cf409d text on a black background
contrast 4.87:1
Card sample
#cf409d text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf409d;
Background color
Panel with #cf409d background
background-color: #cf409d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf409d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 64, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 64, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf409d; background: linear-gradient(135deg, #cf409d, #CF4240);