#cd5fd8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 95, 216
HSL
295°, 61%, 61%
CMYK
5, 56, 0, 15
Luminance
0.2612
Every format
| HEX | #cd5fd8 |
| RGB | rgb(205, 95, 216) |
| HSL | hsl(295, 61%, 61%) |
| CMYK | cmyk(5%, 56%, 0%, 15%) |
| LAB | lab(58.1 60.2 -42.9) |
| LCH | lch(58.1 73.9 324.5) |
| OKLCH | oklch(0.665 0.202 323.9) |
Copy-ready code
/* CSS */
color: #cd5fd8;
background-color: #cd5fd8;
/* Tailwind (arbitrary) */
class="text-[#cd5fd8] bg-[#cd5fd8]"
/* SCSS */
$brand: #cd5fd8;
/* SwiftUI */
Color(red: 0.804, green: 0.373, blue: 0.847)
/* Android */
Color.parseColor("#cd5fd8")Accessibility — WCAG contrast
Aa
#cd5fd8 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5fd8 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green37.3%
Blue84.7%
CMYK percentages
Cyan5.1%
Magenta56.0%
Yellow0.0%
Key (black)15.3%
Color previews
#cd5fd8 text on a black background
contrast 6.22:1
Card sample
#cd5fd8 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5fd8;
Background color
Panel with #cd5fd8 background
background-color: #cd5fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 95, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 95, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5fd8; background: linear-gradient(135deg, #cd5fd8, #D85F92);