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