#cd7fdc
a light, vivid magenta / pink · warm · closest name: orchid
RGB
205, 127, 220
HSL
290°, 57%, 68%
CMYK
7, 42, 0, 14
Luminance
0.3333
Every format
| HEX | #cd7fdc |
| RGB | rgb(205, 127, 220) |
| HSL | hsl(290, 57%, 68%) |
| CMYK | cmyk(7%, 42%, 0%, 14%) |
| LAB | lab(64.4 45.0 -35.4) |
| LCH | lch(64.4 57.2 321.8) |
| OKLCH | oklch(0.712 0.154 321.0) |
Copy-ready code
/* CSS */
color: #cd7fdc;
background-color: #cd7fdc;
/* Tailwind (arbitrary) */
class="text-[#cd7fdc] bg-[#cd7fdc]"
/* SCSS */
$brand: #cd7fdc;
/* SwiftUI */
Color(red: 0.804, green: 0.498, blue: 0.863)
/* Android */
Color.parseColor("#cd7fdc")Accessibility — WCAG contrast
Aa
#cd7fdc on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7fdc on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.8%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta42.3%
Yellow0.0%
Key (black)13.7%
Color previews
#cd7fdc text on a black background
contrast 7.67:1
Card sample
#cd7fdc text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7fdc;
Background color
Panel with #cd7fdc background
background-color: #cd7fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 127, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 127, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7fdc; background: linear-gradient(135deg, #cd7fdc, #DC7FAD);