#cc98cf
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 152, 207
HSL
297°, 36%, 70%
CMYK
1, 27, 0, 19
Luminance
0.3980
Every format
| HEX | #cc98cf |
| RGB | rgb(204, 152, 207) |
| HSL | hsl(297, 36%, 70%) |
| CMYK | cmyk(1%, 27%, 0%, 19%) |
| LAB | lab(69.3 28.7 -20.6) |
| LCH | lch(69.3 35.3 324.3) |
| OKLCH | oklch(0.747 0.096 324.7) |
Copy-ready code
/* CSS */
color: #cc98cf;
background-color: #cc98cf;
/* Tailwind (arbitrary) */
class="text-[#cc98cf] bg-[#cc98cf]"
/* SCSS */
$brand: #cc98cf;
/* SwiftUI */
Color(red: 0.800, green: 0.596, blue: 0.812)
/* Android */
Color.parseColor("#cc98cf")Accessibility — WCAG contrast
Aa
#cc98cf on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc98cf on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green59.6%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta26.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cc98cf text on a black background
contrast 8.96:1
Card sample
#cc98cf text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc98cf;
Background color
Panel with #cc98cf background
background-color: #cc98cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc98cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 152, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 152, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc98cf; background: linear-gradient(135deg, #cc98cf, #CF98AD);