#cd59df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 89, 223
HSL
292°, 68%, 61%
CMYK
8, 60, 0, 13
Luminance
0.2545
Every format
| HEX | #cd59df |
| RGB | rgb(205, 89, 223) |
| HSL | hsl(292, 68%, 61%) |
| CMYK | cmyk(8%, 60%, 0%, 13%) |
| LAB | lab(57.5 64.2 -47.9) |
| LCH | lch(57.5 80.1 323.3) |
| OKLCH | oklch(0.661 0.217 322.1) |
Copy-ready code
/* CSS */
color: #cd59df;
background-color: #cd59df;
/* Tailwind (arbitrary) */
class="text-[#cd59df] bg-[#cd59df]"
/* SCSS */
$brand: #cd59df;
/* SwiftUI */
Color(red: 0.804, green: 0.349, blue: 0.875)
/* Android */
Color.parseColor("#cd59df")Accessibility — WCAG contrast
Aa
#cd59df on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd59df on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green34.9%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta60.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cd59df text on a black background
contrast 6.09:1
Card sample
#cd59df text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd59df;
Background color
Panel with #cd59df background
background-color: #cd59df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd59df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 89, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 89, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd59df; background: linear-gradient(135deg, #cd59df, #DF5998);