#cd61df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 97, 223
HSL
291°, 66%, 63%
CMYK
8, 57, 0, 13
Luminance
0.2686
Every format
| HEX | #cd61df |
| RGB | rgb(205, 97, 223) |
| HSL | hsl(291, 66%, 63%) |
| CMYK | cmyk(8%, 57%, 0%, 13%) |
| LAB | lab(58.8 60.5 -45.8) |
| LCH | lch(58.8 75.9 322.9) |
| OKLCH | oklch(0.671 0.205 321.7) |
Copy-ready code
/* CSS */
color: #cd61df;
background-color: #cd61df;
/* Tailwind (arbitrary) */
class="text-[#cd61df] bg-[#cd61df]"
/* SCSS */
$brand: #cd61df;
/* SwiftUI */
Color(red: 0.804, green: 0.380, blue: 0.875)
/* Android */
Color.parseColor("#cd61df")Accessibility — WCAG contrast
Aa
#cd61df on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd61df on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green38.0%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta56.5%
Yellow0.0%
Key (black)12.5%
Color previews
#cd61df text on a black background
contrast 6.37:1
Card sample
#cd61df text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd61df;
Background color
Panel with #cd61df background
background-color: #cd61df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd61df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 97, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 97, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd61df; background: linear-gradient(135deg, #cd61df, #DF619D);