#cf209d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 32, 157
HSL
317°, 73%, 47%
CMYK
0, 85, 24, 19
Luminance
0.1673
Every format
| HEX | #cf209d |
| RGB | rgb(207, 32, 157) |
| HSL | hsl(317, 73%, 47%) |
| CMYK | cmyk(0%, 85%, 24%, 19%) |
| LAB | lab(47.9 73.5 -24.7) |
| LCH | lch(47.9 77.5 341.4) |
| OKLCH | oklch(0.582 0.232 343.4) |
Copy-ready code
/* CSS */
color: #cf209d;
background-color: #cf209d;
/* Tailwind (arbitrary) */
class="text-[#cf209d] bg-[#cf209d]"
/* SCSS */
$brand: #cf209d;
/* SwiftUI */
Color(red: 0.812, green: 0.125, blue: 0.616)
/* Android */
Color.parseColor("#cf209d")Accessibility — WCAG contrast
Aa
#cf209d on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf209d on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.5%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow24.2%
Key (black)18.8%
Color previews
#cf209d text on a black background
contrast 4.35:1
Card sample
#cf209d text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf209d;
Background color
Panel with #cf209d background
background-color: #cf209d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf209d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 32, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 32, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf209d; background: linear-gradient(135deg, #cf209d, #CF2029);