#c99cdf
a light, vivid violet · warm · closest name: plum
RGB
201, 156, 223
HSL
280°, 51%, 74%
CMYK
10, 30, 0, 13
Luminance
0.4152
Every format
| HEX | #c99cdf |
| RGB | rgb(201, 156, 223) |
| HSL | hsl(280, 51%, 74%) |
| CMYK | cmyk(10%, 30%, 0%, 13%) |
| LAB | lab(70.5 28.7 -27.6) |
| LCH | lch(70.5 39.8 316.1) |
| OKLCH | oklch(0.757 0.105 314.3) |
Copy-ready code
/* CSS */
color: #c99cdf;
background-color: #c99cdf;
/* Tailwind (arbitrary) */
class="text-[#c99cdf] bg-[#c99cdf]"
/* SCSS */
$brand: #c99cdf;
/* SwiftUI */
Color(red: 0.788, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#c99cdf")Accessibility — WCAG contrast
Aa
#c99cdf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99cdf on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green61.2%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c99cdf text on a black background
contrast 9.30:1
Card sample
#c99cdf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99cdf;
Background color
Panel with #c99cdf background
background-color: #c99cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99cdf; background: linear-gradient(135deg, #c99cdf, #DF9CC8);