#cd6fd4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 111, 212
HSL
296°, 54%, 63%
CMYK
3, 48, 0, 17
Luminance
0.2910
Every format
| HEX | #cd6fd4 |
| RGB | rgb(205, 111, 212) |
| HSL | hsl(296, 54%, 63%) |
| CMYK | cmyk(3%, 48%, 0%, 17%) |
| LAB | lab(60.9 51.7 -36.4) |
| LCH | lch(60.9 63.3 324.9) |
| OKLCH | oklch(0.684 0.173 324.7) |
Copy-ready code
/* CSS */
color: #cd6fd4;
background-color: #cd6fd4;
/* Tailwind (arbitrary) */
class="text-[#cd6fd4] bg-[#cd6fd4]"
/* SCSS */
$brand: #cd6fd4;
/* SwiftUI */
Color(red: 0.804, green: 0.435, blue: 0.831)
/* Android */
Color.parseColor("#cd6fd4")Accessibility — WCAG contrast
Aa
#cd6fd4 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6fd4 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.5%
Blue83.1%
CMYK percentages
Cyan3.3%
Magenta47.6%
Yellow0.0%
Key (black)16.9%
Color previews
#cd6fd4 text on a black background
contrast 6.82:1
Card sample
#cd6fd4 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6fd4;
Background color
Panel with #cd6fd4 background
background-color: #cd6fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 111, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 111, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6fd4; background: linear-gradient(135deg, #cd6fd4, #D46F98);