#cc99af
a light, soft magenta / pink · warm · closest name: pink
RGB
204, 153, 175
HSL
334°, 33%, 70%
CMYK
0, 25, 14, 20
Luminance
0.3871
Every format
| HEX | #cc99af |
| RGB | rgb(204, 153, 175) |
| HSL | hsl(334, 33%, 70%) |
| CMYK | cmyk(0%, 25%, 14%, 20%) |
| LAB | lab(68.5 22.5 -4.0) |
| LCH | lch(68.5 22.8 350.0) |
| OKLCH | oklch(0.738 0.067 351.2) |
Copy-ready code
/* CSS */
color: #cc99af;
background-color: #cc99af;
/* Tailwind (arbitrary) */
class="text-[#cc99af] bg-[#cc99af]"
/* SCSS */
$brand: #cc99af;
/* SwiftUI */
Color(red: 0.800, green: 0.600, blue: 0.686)
/* Android */
Color.parseColor("#cc99af")Accessibility — WCAG contrast
Aa
#cc99af on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc99af on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green60.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow14.2%
Key (black)20.0%
Color previews
#cc99af text on a black background
contrast 8.74:1
Card sample
#cc99af text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc99af;
Background color
Panel with #cc99af background
background-color: #cc99af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc99af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 153, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 153, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc99af; background: linear-gradient(135deg, #cc99af, #CCA599);