#cd6db2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 109, 178
HSL
317°, 49%, 62%
CMYK
0, 47, 13, 20
Luminance
0.2713
Every format
| HEX | #cd6db2 |
| RGB | rgb(205, 109, 178) |
| HSL | hsl(317, 49%, 62%) |
| CMYK | cmyk(0%, 47%, 13%, 20%) |
| LAB | lab(59.1 46.8 -19.8) |
| LCH | lch(59.1 50.9 337.0) |
| OKLCH | oklch(0.666 0.147 338.8) |
Copy-ready code
/* CSS */
color: #cd6db2;
background-color: #cd6db2;
/* Tailwind (arbitrary) */
class="text-[#cd6db2] bg-[#cd6db2]"
/* SCSS */
$brand: #cd6db2;
/* SwiftUI */
Color(red: 0.804, green: 0.427, blue: 0.698)
/* Android */
Color.parseColor("#cd6db2")Accessibility — WCAG contrast
Aa
#cd6db2 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6db2 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green42.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta46.8%
Yellow13.2%
Key (black)19.6%
Color previews
#cd6db2 text on a black background
contrast 6.43:1
Card sample
#cd6db2 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6db2;
Background color
Panel with #cd6db2 background
background-color: #cd6db2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6db2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 109, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 109, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6db2; background: linear-gradient(135deg, #cd6db2, #CD6D72);