#cc9fba
a light, soft magenta / pink · warm · closest name: pink
RGB
204, 159, 186
HSL
324°, 31%, 71%
CMYK
0, 22, 9, 20
Luminance
0.4118
Every format
| HEX | #cc9fba |
| RGB | rgb(204, 159, 186) |
| HSL | hsl(324, 31%, 71%) |
| CMYK | cmyk(0%, 22%, 9%, 20%) |
| LAB | lab(70.3 21.0 -7.5) |
| LCH | lch(70.3 22.3 340.4) |
| OKLCH | oklch(0.752 0.064 342.1) |
Copy-ready code
/* CSS */
color: #cc9fba;
background-color: #cc9fba;
/* Tailwind (arbitrary) */
class="text-[#cc9fba] bg-[#cc9fba]"
/* SCSS */
$brand: #cc9fba;
/* SwiftUI */
Color(red: 0.800, green: 0.624, blue: 0.729)
/* Android */
Color.parseColor("#cc9fba")Accessibility — WCAG contrast
Aa
#cc9fba on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9fba on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green62.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta22.1%
Yellow8.8%
Key (black)20.0%
Color previews
#cc9fba text on a black background
contrast 9.24:1
Card sample
#cc9fba text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9fba;
Background color
Panel with #cc9fba background
background-color: #cc9fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 159, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 159, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9fba; background: linear-gradient(135deg, #cc9fba, #CCA29F);