#c98acb
a light, soft magenta / pink · warm · closest name: plum
RGB
201, 138, 203
HSL
298°, 39%, 67%
CMYK
1, 32, 0, 20
Luminance
0.3491
Every format
| HEX | #c98acb |
| RGB | rgb(201, 138, 203) |
| HSL | hsl(298, 39%, 67%) |
| CMYK | cmyk(1%, 32%, 0%, 20%) |
| LAB | lab(65.7 34.6 -24.0) |
| LCH | lch(65.7 42.1 325.3) |
| OKLCH | oklch(0.718 0.115 325.7) |
Copy-ready code
/* CSS */
color: #c98acb;
background-color: #c98acb;
/* Tailwind (arbitrary) */
class="text-[#c98acb] bg-[#c98acb]"
/* SCSS */
$brand: #c98acb;
/* SwiftUI */
Color(red: 0.788, green: 0.541, blue: 0.796)
/* Android */
Color.parseColor("#c98acb")Accessibility — WCAG contrast
Aa
#c98acb on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c98acb on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green54.1%
Blue79.6%
CMYK percentages
Cyan1.0%
Magenta32.0%
Yellow0.0%
Key (black)20.4%
Color previews
#c98acb text on a black background
contrast 7.98:1
Card sample
#c98acb text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c98acb;
Background color
Panel with #c98acb background
background-color: #c98acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c98acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 138, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 138, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c98acb; background: linear-gradient(135deg, #c98acb, #CB8AA2);