#cc6bdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 107, 223
HSL
290°, 64%, 65%
CMYK
9, 52, 0, 13
Luminance
0.2868
Every format
| HEX | #cc6bdf |
| RGB | rgb(204, 107, 223) |
| HSL | hsl(290, 64%, 65%) |
| CMYK | cmyk(9%, 52%, 0%, 13%) |
| LAB | lab(60.5 55.5 -43.2) |
| LCH | lch(60.5 70.3 322.1) |
| OKLCH | oklch(0.683 0.190 320.9) |
Copy-ready code
/* CSS */
color: #cc6bdf;
background-color: #cc6bdf;
/* Tailwind (arbitrary) */
class="text-[#cc6bdf] bg-[#cc6bdf]"
/* SCSS */
$brand: #cc6bdf;
/* SwiftUI */
Color(red: 0.800, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#cc6bdf")Accessibility — WCAG contrast
Aa
#cc6bdf on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc6bdf on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green42.0%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cc6bdf text on a black background
contrast 6.74:1
Card sample
#cc6bdf text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6bdf;
Background color
Panel with #cc6bdf background
background-color: #cc6bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6bdf; background: linear-gradient(135deg, #cc6bdf, #DF6BA5);