#cc6ba7
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
204, 107, 167
HSL
323°, 49%, 61%
CMYK
0, 48, 18, 20
Luminance
0.2614
Every format
| HEX | #cc6ba7 |
| RGB | rgb(204, 107, 167) |
| HSL | hsl(323, 49%, 61%) |
| CMYK | cmyk(0%, 48%, 18%, 20%) |
| LAB | lab(58.2 45.8 -14.9) |
| LCH | lch(58.2 48.2 342.0) |
| OKLCH | oklch(0.658 0.142 343.8) |
Copy-ready code
/* CSS */
color: #cc6ba7;
background-color: #cc6ba7;
/* Tailwind (arbitrary) */
class="text-[#cc6ba7] bg-[#cc6ba7]"
/* SCSS */
$brand: #cc6ba7;
/* SwiftUI */
Color(red: 0.800, green: 0.420, blue: 0.655)
/* Android */
Color.parseColor("#cc6ba7")Accessibility — WCAG contrast
Aa
#cc6ba7 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc6ba7 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green42.0%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow18.1%
Key (black)20.0%
Color previews
#cc6ba7 text on a black background
contrast 6.23:1
Card sample
#cc6ba7 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6ba7;
Background color
Panel with #cc6ba7 background
background-color: #cc6ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 107, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 107, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6ba7; background: linear-gradient(135deg, #cc6ba7, #CC706B);