#cd5fd6
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 95, 214
HSL
296°, 59%, 61%
CMYK
4, 56, 0, 16
Luminance
0.2602
Every format
| HEX | #cd5fd6 |
| RGB | rgb(205, 95, 214) |
| HSL | hsl(296, 59%, 61%) |
| CMYK | cmyk(4%, 56%, 0%, 16%) |
| LAB | lab(58.1 59.8 -42.0) |
| LCH | lch(58.1 73.1 325.0) |
| OKLCH | oklch(0.664 0.200 324.5) |
Copy-ready code
/* CSS */
color: #cd5fd6;
background-color: #cd5fd6;
/* Tailwind (arbitrary) */
class="text-[#cd5fd6] bg-[#cd5fd6]"
/* SCSS */
$brand: #cd5fd6;
/* SwiftUI */
Color(red: 0.804, green: 0.373, blue: 0.839)
/* Android */
Color.parseColor("#cd5fd6")Accessibility — WCAG contrast
Aa
#cd5fd6 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5fd6 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green37.3%
Blue83.9%
CMYK percentages
Cyan4.2%
Magenta55.6%
Yellow0.0%
Key (black)16.1%
Color previews
#cd5fd6 text on a black background
contrast 6.20:1
Card sample
#cd5fd6 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5fd6;
Background color
Panel with #cd5fd6 background
background-color: #cd5fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 95, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 95, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5fd6; background: linear-gradient(135deg, #cd5fd6, #D65F90);