#cd7dcd
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
205, 125, 205
HSL
300°, 44%, 65%
CMYK
0, 39, 0, 20
Luminance
0.3205
Every format
| HEX | #cd7dcd |
| RGB | rgb(205, 125, 205) |
| HSL | hsl(300, 44%, 65%) |
| CMYK | cmyk(0%, 39%, 0%, 20%) |
| LAB | lab(63.4 43.2 -28.6) |
| LCH | lch(63.4 51.8 326.5) |
| OKLCH | oklch(0.702 0.143 327.0) |
Copy-ready code
/* CSS */
color: #cd7dcd;
background-color: #cd7dcd;
/* Tailwind (arbitrary) */
class="text-[#cd7dcd] bg-[#cd7dcd]"
/* SCSS */
$brand: #cd7dcd;
/* SwiftUI */
Color(red: 0.804, green: 0.490, blue: 0.804)
/* Android */
Color.parseColor("#cd7dcd")Accessibility — WCAG contrast
Aa
#cd7dcd on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7dcd on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow0.0%
Key (black)19.6%
Color previews
#cd7dcd text on a black background
contrast 7.41:1
Card sample
#cd7dcd text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7dcd;
Background color
Panel with #cd7dcd background
background-color: #cd7dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 125, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 125, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7dcd; background: linear-gradient(135deg, #cd7dcd, #CD7D98);