#cd5fcd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 95, 205
HSL
300°, 52%, 59%
CMYK
0, 54, 0, 20
Luminance
0.2557
Every format
| HEX | #cd5fcd |
| RGB | rgb(205, 95, 205) |
| HSL | hsl(300, 52%, 59%) |
| CMYK | cmyk(0%, 54%, 0%, 20%) |
| LAB | lab(57.6 58.2 -37.5) |
| LCH | lch(57.6 69.3 327.2) |
| OKLCH | oklch(0.659 0.192 327.5) |
Copy-ready code
/* CSS */
color: #cd5fcd;
background-color: #cd5fcd;
/* Tailwind (arbitrary) */
class="text-[#cd5fcd] bg-[#cd5fcd]"
/* SCSS */
$brand: #cd5fcd;
/* SwiftUI */
Color(red: 0.804, green: 0.373, blue: 0.804)
/* Android */
Color.parseColor("#cd5fcd")Accessibility — WCAG contrast
Aa
#cd5fcd on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5fcd on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green37.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow0.0%
Key (black)19.6%
Color previews
#cd5fcd text on a black background
contrast 6.11:1
Card sample
#cd5fcd text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5fcd;
Background color
Panel with #cd5fcd background
background-color: #cd5fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 95, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 95, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5fcd; background: linear-gradient(135deg, #cd5fcd, #CD5F84);