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