#cf58ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 88, 186
HSL
311°, 55%, 58%
CMYK
0, 58, 10, 19
Luminance
0.2379
Every format
| HEX | #cf58ba |
| RGB | rgb(207, 88, 186) |
| HSL | hsl(311, 55%, 58%) |
| CMYK | cmyk(0%, 58%, 10%, 19%) |
| LAB | lab(55.9 58.8 -29.4) |
| LCH | lch(55.9 65.7 333.5) |
| OKLCH | oklch(0.644 0.188 334.9) |
Copy-ready code
/* CSS */
color: #cf58ba;
background-color: #cf58ba;
/* Tailwind (arbitrary) */
class="text-[#cf58ba] bg-[#cf58ba]"
/* SCSS */
$brand: #cf58ba;
/* SwiftUI */
Color(red: 0.812, green: 0.345, blue: 0.729)
/* Android */
Color.parseColor("#cf58ba")Accessibility — WCAG contrast
Aa
#cf58ba on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf58ba on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow10.1%
Key (black)18.8%
Color previews
#cf58ba text on a black background
contrast 5.76:1
Card sample
#cf58ba text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf58ba;
Background color
Panel with #cf58ba background
background-color: #cf58ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf58ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 88, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 88, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf58ba; background: linear-gradient(135deg, #cf58ba, #CF586B);