#cd6fd8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 111, 216
HSL
294°, 57%, 64%
CMYK
5, 49, 0, 15
Luminance
0.2931
Every format
| HEX | #cd6fd8 |
| RGB | rgb(205, 111, 216) |
| HSL | hsl(294, 57%, 64%) |
| CMYK | cmyk(5%, 49%, 0%, 15%) |
| LAB | lab(61.0 52.5 -38.4) |
| LCH | lch(61.0 65.0 323.8) |
| OKLCH | oklch(0.686 0.177 323.3) |
Copy-ready code
/* CSS */
color: #cd6fd8;
background-color: #cd6fd8;
/* Tailwind (arbitrary) */
class="text-[#cd6fd8] bg-[#cd6fd8]"
/* SCSS */
$brand: #cd6fd8;
/* SwiftUI */
Color(red: 0.804, green: 0.435, blue: 0.847)
/* Android */
Color.parseColor("#cd6fd8")Accessibility — WCAG contrast
Aa
#cd6fd8 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6fd8 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.5%
Blue84.7%
CMYK percentages
Cyan5.1%
Magenta48.6%
Yellow0.0%
Key (black)15.3%
Color previews
#cd6fd8 text on a black background
contrast 6.86:1
Card sample
#cd6fd8 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6fd8;
Background color
Panel with #cd6fd8 background
background-color: #cd6fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 111, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 111, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6fd8; background: linear-gradient(135deg, #cd6fd8, #D86F9D);