#c98fdf
a light, vivid violet · warm · closest name: plum
RGB
201, 143, 223
HSL
284°, 56%, 72%
CMYK
10, 36, 0, 13
Luminance
0.3739
Every format
| HEX | #c98fdf |
| RGB | rgb(201, 143, 223) |
| HSL | hsl(284, 56%, 72%) |
| CMYK | cmyk(10%, 36%, 0%, 13%) |
| LAB | lab(67.6 35.8 -32.2) |
| LCH | lch(67.6 48.1 318.1) |
| OKLCH | oklch(0.735 0.128 316.4) |
Copy-ready code
/* CSS */
color: #c98fdf;
background-color: #c98fdf;
/* Tailwind (arbitrary) */
class="text-[#c98fdf] bg-[#c98fdf]"
/* SCSS */
$brand: #c98fdf;
/* SwiftUI */
Color(red: 0.788, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#c98fdf")Accessibility — WCAG contrast
Aa
#c98fdf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c98fdf on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green56.1%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c98fdf text on a black background
contrast 8.48:1
Card sample
#c98fdf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c98fdf;
Background color
Panel with #c98fdf background
background-color: #c98fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c98fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c98fdf; background: linear-gradient(135deg, #c98fdf, #DF8FC0);