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