#cd6fc2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 111, 194
HSL
307°, 49%, 62%
CMYK
0, 46, 5, 20
Luminance
0.2824
Every format
| HEX | #cd6fc2 |
| RGB | rgb(205, 111, 194) |
| HSL | hsl(307, 49%, 62%) |
| CMYK | cmyk(0%, 46%, 5%, 20%) |
| LAB | lab(60.1 48.5 -27.4) |
| LCH | lch(60.1 55.7 330.5) |
| OKLCH | oklch(0.676 0.157 331.6) |
Copy-ready code
/* CSS */
color: #cd6fc2;
background-color: #cd6fc2;
/* Tailwind (arbitrary) */
class="text-[#cd6fc2] bg-[#cd6fc2]"
/* SCSS */
$brand: #cd6fc2;
/* SwiftUI */
Color(red: 0.804, green: 0.435, blue: 0.761)
/* Android */
Color.parseColor("#cd6fc2")Accessibility — WCAG contrast
Aa
#cd6fc2 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6fc2 on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.5%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow5.4%
Key (black)19.6%
Color previews
#cd6fc2 text on a black background
contrast 6.65:1
Card sample
#cd6fc2 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6fc2;
Background color
Panel with #cd6fc2 background
background-color: #cd6fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 111, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 111, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6fc2; background: linear-gradient(135deg, #cd6fc2, #CD6F83);