#c98fd2
a light, soft magenta / pink · warm · closest name: plum
RGB
201, 143, 210
HSL
292°, 43%, 69%
CMYK
4, 32, 0, 18
Luminance
0.3672
Every format
| HEX | #c98fd2 |
| RGB | rgb(201, 143, 210) |
| HSL | hsl(292, 43%, 69%) |
| CMYK | cmyk(4%, 32%, 0%, 18%) |
| LAB | lab(67.1 33.2 -25.8) |
| LCH | lch(67.1 42.0 322.2) |
| OKLCH | oklch(0.729 0.114 321.9) |
Copy-ready code
/* CSS */
color: #c98fd2;
background-color: #c98fd2;
/* Tailwind (arbitrary) */
class="text-[#c98fd2] bg-[#c98fd2]"
/* SCSS */
$brand: #c98fd2;
/* SwiftUI */
Color(red: 0.788, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#c98fd2")Accessibility — WCAG contrast
Aa
#c98fd2 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c98fd2 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green56.1%
Blue82.4%
CMYK percentages
Cyan4.3%
Magenta31.9%
Yellow0.0%
Key (black)17.6%
Color previews
#c98fd2 text on a black background
contrast 8.34:1
Card sample
#c98fd2 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c98fd2;
Background color
Panel with #c98fd2 background
background-color: #c98fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c98fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c98fd2; background: linear-gradient(135deg, #c98fd2, #D28FAE);