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