#c997df
a light, vivid violet · warm · closest name: plum
RGB
201, 151, 223
HSL
282°, 53%, 73%
CMYK
10, 32, 0, 13
Luminance
0.3988
Every format
| HEX | #c997df |
| RGB | rgb(201, 151, 223) |
| HSL | hsl(282, 53%, 73%) |
| CMYK | cmyk(10%, 32%, 0%, 13%) |
| LAB | lab(69.4 31.4 -29.4) |
| LCH | lch(69.4 43.0 316.9) |
| OKLCH | oklch(0.749 0.114 315.2) |
Copy-ready code
/* CSS */
color: #c997df;
background-color: #c997df;
/* Tailwind (arbitrary) */
class="text-[#c997df] bg-[#c997df]"
/* SCSS */
$brand: #c997df;
/* SwiftUI */
Color(red: 0.788, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#c997df")Accessibility — WCAG contrast
Aa
#c997df on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c997df on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green59.2%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c997df text on a black background
contrast 8.98:1
Card sample
#c997df text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c997df;
Background color
Panel with #c997df background
background-color: #c997df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c997df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c997df; background: linear-gradient(135deg, #c997df, #DF97C5);