#cf58af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 88, 175
HSL
316°, 55%, 58%
CMYK
0, 58, 16, 19
Luminance
0.2334
Every format
| HEX | #cf58af |
| RGB | rgb(207, 88, 175) |
| HSL | hsl(316, 55%, 58%) |
| CMYK | cmyk(0%, 58%, 16%, 19%) |
| LAB | lab(55.4 57.1 -23.7) |
| LCH | lch(55.4 61.8 337.4) |
| OKLCH | oklch(0.639 0.180 339.3) |
Copy-ready code
/* CSS */
color: #cf58af;
background-color: #cf58af;
/* Tailwind (arbitrary) */
class="text-[#cf58af] bg-[#cf58af]"
/* SCSS */
$brand: #cf58af;
/* SwiftUI */
Color(red: 0.812, green: 0.345, blue: 0.686)
/* Android */
Color.parseColor("#cf58af")Accessibility — WCAG contrast
Aa
#cf58af on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf58af on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow15.5%
Key (black)18.8%
Color previews
#cf58af text on a black background
contrast 5.67:1
Card sample
#cf58af text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf58af;
Background color
Panel with #cf58af background
background-color: #cf58af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf58af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 88, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 88, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf58af; background: linear-gradient(135deg, #cf58af, #CF5860);