#cc7eab
a balanced, soft magenta / pink · warm · closest name: plum
RGB
204, 126, 171
HSL
325°, 43%, 65%
CMYK
0, 38, 16, 20
Luminance
0.3070
Every format
| HEX | #cc7eab |
| RGB | rgb(204, 126, 171) |
| HSL | hsl(325, 43%, 65%) |
| CMYK | cmyk(0%, 38%, 16%, 20%) |
| LAB | lab(62.3 36.5 -11.1) |
| LCH | lch(62.3 38.1 343.1) |
| OKLCH | oklch(0.689 0.112 344.9) |
Copy-ready code
/* CSS */
color: #cc7eab;
background-color: #cc7eab;
/* Tailwind (arbitrary) */
class="text-[#cc7eab] bg-[#cc7eab]"
/* SCSS */
$brand: #cc7eab;
/* SwiftUI */
Color(red: 0.800, green: 0.494, blue: 0.671)
/* Android */
Color.parseColor("#cc7eab")Accessibility — WCAG contrast
Aa
#cc7eab on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc7eab on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green49.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow16.2%
Key (black)20.0%
Color previews
#cc7eab text on a black background
contrast 7.14:1
Card sample
#cc7eab text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7eab;
Background color
Panel with #cc7eab background
background-color: #cc7eab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7eab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 126, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 126, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7eab; background: linear-gradient(135deg, #cc7eab, #CC857E);