#cc9eb0
a light, soft magenta / pink · warm · closest name: pink
RGB
204, 158, 176
HSL
337°, 31%, 71%
CMYK
0, 23, 14, 20
Luminance
0.4043
Every format
| HEX | #cc9eb0 |
| RGB | rgb(204, 158, 176) |
| HSL | hsl(337, 31%, 71%) |
| CMYK | cmyk(0%, 23%, 14%, 20%) |
| LAB | lab(69.8 19.9 -2.7) |
| LCH | lch(69.8 20.1 352.2) |
| OKLCH | oklch(0.747 0.059 353.3) |
Copy-ready code
/* CSS */
color: #cc9eb0;
background-color: #cc9eb0;
/* Tailwind (arbitrary) */
class="text-[#cc9eb0] bg-[#cc9eb0]"
/* SCSS */
$brand: #cc9eb0;
/* SwiftUI */
Color(red: 0.800, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#cc9eb0")Accessibility — WCAG contrast
Aa
#cc9eb0 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9eb0 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green62.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow13.7%
Key (black)20.0%
Color previews
#cc9eb0 text on a black background
contrast 9.09:1
Card sample
#cc9eb0 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9eb0;
Background color
Panel with #cc9eb0 background
background-color: #cc9eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9eb0; background: linear-gradient(135deg, #cc9eb0, #CCAB9E);