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