#cf409b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 64, 155
HSL
322°, 60%, 53%
CMYK
0, 69, 25, 19
Luminance
0.1930
Every format
| HEX | #cf409b |
| RGB | rgb(207, 64, 155) |
| HSL | hsl(322, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 25%, 19%) |
| LAB | lab(51.0 64.2 -18.7) |
| LCH | lch(51.0 66.8 343.7) |
| OKLCH | oklch(0.604 0.200 345.7) |
Copy-ready code
/* CSS */
color: #cf409b;
background-color: #cf409b;
/* Tailwind (arbitrary) */
class="text-[#cf409b] bg-[#cf409b]"
/* SCSS */
$brand: #cf409b;
/* SwiftUI */
Color(red: 0.812, green: 0.251, blue: 0.608)
/* Android */
Color.parseColor("#cf409b")Accessibility — WCAG contrast
Aa
#cf409b on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf409b on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.1%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow25.1%
Key (black)18.8%
Color previews
#cf409b text on a black background
contrast 4.86:1
Card sample
#cf409b text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf409b;
Background color
Panel with #cf409b background
background-color: #cf409b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf409b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 64, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 64, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf409b; background: linear-gradient(135deg, #cf409b, #CF4440);