#cc98af
a light, soft magenta / pink · warm · closest name: pink
RGB
204, 152, 175
HSL
334°, 34%, 70%
CMYK
0, 26, 14, 20
Luminance
0.3839
Every format
| HEX | #cc98af |
| RGB | rgb(204, 152, 175) |
| HSL | hsl(334, 34%, 70%) |
| CMYK | cmyk(0%, 26%, 14%, 20%) |
| LAB | lab(68.3 23.0 -4.3) |
| LCH | lch(68.3 23.4 349.3) |
| OKLCH | oklch(0.736 0.069 350.7) |
Copy-ready code
/* CSS */
color: #cc98af;
background-color: #cc98af;
/* Tailwind (arbitrary) */
class="text-[#cc98af] bg-[#cc98af]"
/* SCSS */
$brand: #cc98af;
/* SwiftUI */
Color(red: 0.800, green: 0.596, blue: 0.686)
/* Android */
Color.parseColor("#cc98af")Accessibility — WCAG contrast
Aa
#cc98af on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc98af on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green59.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow14.2%
Key (black)20.0%
Color previews
#cc98af text on a black background
contrast 8.68:1
Card sample
#cc98af text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc98af;
Background color
Panel with #cc98af background
background-color: #cc98af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc98af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 152, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 152, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc98af; background: linear-gradient(135deg, #cc98af, #CCA498);