#cf58ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 88, 171
HSL
318°, 55%, 58%
CMYK
0, 58, 17, 19
Luminance
0.2319
Every format
| HEX | #cf58ab |
| RGB | rgb(207, 88, 171) |
| HSL | hsl(318, 55%, 58%) |
| CMYK | cmyk(0%, 58%, 17%, 19%) |
| LAB | lab(55.3 56.5 -21.6) |
| LCH | lch(55.3 60.5 339.0) |
| OKLCH | oklch(0.637 0.177 340.9) |
Copy-ready code
/* CSS */
color: #cf58ab;
background-color: #cf58ab;
/* Tailwind (arbitrary) */
class="text-[#cf58ab] bg-[#cf58ab]"
/* SCSS */
$brand: #cf58ab;
/* SwiftUI */
Color(red: 0.812, green: 0.345, blue: 0.671)
/* Android */
Color.parseColor("#cf58ab")Accessibility — WCAG contrast
Aa
#cf58ab on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf58ab on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow17.4%
Key (black)18.8%
Color previews
#cf58ab text on a black background
contrast 5.64:1
Card sample
#cf58ab text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf58ab;
Background color
Panel with #cf58ab background
background-color: #cf58ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf58ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 88, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 88, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf58ab; background: linear-gradient(135deg, #cf58ab, #CF585B);