#cf58df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 88, 223
HSL
293°, 68%, 61%
CMYK
7, 61, 0, 13
Luminance
0.2557
Every format
| HEX | #cf58df |
| RGB | rgb(207, 88, 223) |
| HSL | hsl(293, 68%, 61%) |
| CMYK | cmyk(7%, 61%, 0%, 13%) |
| LAB | lab(57.6 65.1 -47.7) |
| LCH | lch(57.6 80.7 323.8) |
| OKLCH | oklch(0.662 0.219 322.8) |
Copy-ready code
/* CSS */
color: #cf58df;
background-color: #cf58df;
/* Tailwind (arbitrary) */
class="text-[#cf58df] bg-[#cf58df]"
/* SCSS */
$brand: #cf58df;
/* SwiftUI */
Color(red: 0.812, green: 0.345, blue: 0.875)
/* Android */
Color.parseColor("#cf58df")Accessibility — WCAG contrast
Aa
#cf58df on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf58df on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.5%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta60.5%
Yellow0.0%
Key (black)12.5%
Color previews
#cf58df text on a black background
contrast 6.11:1
Card sample
#cf58df text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf58df;
Background color
Panel with #cf58df background
background-color: #cf58df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf58df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 88, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 88, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf58df; background: linear-gradient(135deg, #cf58df, #DF5895);