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