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