#cd6ecf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 110, 207
HSL
299°, 50%, 62%
CMYK
1, 47, 0, 19
Luminance
0.2864
Every format
| HEX | #cd6ecf |
| RGB | rgb(205, 110, 207) |
| HSL | hsl(299, 50%, 62%) |
| CMYK | cmyk(1%, 47%, 0%, 19%) |
| LAB | lab(60.5 51.3 -34.2) |
| LCH | lch(60.5 61.7 326.3) |
| OKLCH | oklch(0.680 0.170 326.5) |
Copy-ready code
/* CSS */
color: #cd6ecf;
background-color: #cd6ecf;
/* Tailwind (arbitrary) */
class="text-[#cd6ecf] bg-[#cd6ecf]"
/* SCSS */
$brand: #cd6ecf;
/* SwiftUI */
Color(red: 0.804, green: 0.431, blue: 0.812)
/* Android */
Color.parseColor("#cd6ecf")Accessibility — WCAG contrast
Aa
#cd6ecf on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6ecf on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.1%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta46.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cd6ecf text on a black background
contrast 6.73:1
Card sample
#cd6ecf text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6ecf;
Background color
Panel with #cd6ecf background
background-color: #cd6ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 110, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 110, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6ecf; background: linear-gradient(135deg, #cd6ecf, #CF6E90);