#cd6fd7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 111, 215
HSL
294°, 57%, 64%
CMYK
5, 48, 0, 16
Luminance
0.2925
Every format
| HEX | #cd6fd7 |
| RGB | rgb(205, 111, 215) |
| HSL | hsl(294, 57%, 64%) |
| CMYK | cmyk(5%, 48%, 0%, 16%) |
| LAB | lab(61.0 52.3 -37.9) |
| LCH | lch(61.0 64.6 324.1) |
| OKLCH | oklch(0.685 0.176 323.6) |
Copy-ready code
/* CSS */
color: #cd6fd7;
background-color: #cd6fd7;
/* Tailwind (arbitrary) */
class="text-[#cd6fd7] bg-[#cd6fd7]"
/* SCSS */
$brand: #cd6fd7;
/* SwiftUI */
Color(red: 0.804, green: 0.435, blue: 0.843)
/* Android */
Color.parseColor("#cd6fd7")Accessibility — WCAG contrast
Aa
#cd6fd7 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6fd7 on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.5%
Blue84.3%
CMYK percentages
Cyan4.7%
Magenta48.4%
Yellow0.0%
Key (black)15.7%
Color previews
#cd6fd7 text on a black background
contrast 6.85:1
Card sample
#cd6fd7 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6fd7;
Background color
Panel with #cd6fd7 background
background-color: #cd6fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 111, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 111, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6fd7; background: linear-gradient(135deg, #cd6fd7, #D76F9C);