#cf217f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 33, 127
HSL
328°, 73%, 47%
CMYK
0, 84, 39, 19
Luminance
0.1589
Every format
| HEX | #cf217f |
| RGB | rgb(207, 33, 127) |
| HSL | hsl(328, 73%, 47%) |
| CMYK | cmyk(0%, 84%, 39%, 19%) |
| LAB | lab(46.8 70.0 -8.2) |
| LCH | lch(46.8 70.5 353.3) |
| OKLCH | oklch(0.570 0.217 354.5) |
Copy-ready code
/* CSS */
color: #cf217f;
background-color: #cf217f;
/* Tailwind (arbitrary) */
class="text-[#cf217f] bg-[#cf217f]"
/* SCSS */
$brand: #cf217f;
/* SwiftUI */
Color(red: 0.812, green: 0.129, blue: 0.498)
/* Android */
Color.parseColor("#cf217f")Accessibility — WCAG contrast
Aa
#cf217f on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf217f on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.9%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta84.1%
Yellow38.6%
Key (black)18.8%
Color previews
#cf217f text on a black background
contrast 4.18:1
Card sample
#cf217f text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf217f;
Background color
Panel with #cf217f background
background-color: #cf217f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf217f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 33, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 33, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf217f; background: linear-gradient(135deg, #cf217f, #CF3721);