#c99fd7
a light, soft violet · warm · closest name: plum
RGB
201, 159, 215
HSL
285°, 41%, 73%
CMYK
7, 26, 0, 16
Luminance
0.4212
Every format
| HEX | #c99fd7 |
| RGB | rgb(201, 159, 215) |
| HSL | hsl(285, 41%, 73%) |
| CMYK | cmyk(7%, 26%, 0%, 16%) |
| LAB | lab(71.0 25.4 -22.6) |
| LCH | lch(71.0 34.0 318.4) |
| OKLCH | oklch(0.760 0.091 317.6) |
Copy-ready code
/* CSS */
color: #c99fd7;
background-color: #c99fd7;
/* Tailwind (arbitrary) */
class="text-[#c99fd7] bg-[#c99fd7]"
/* SCSS */
$brand: #c99fd7;
/* SwiftUI */
Color(red: 0.788, green: 0.624, blue: 0.843)
/* Android */
Color.parseColor("#c99fd7")Accessibility — WCAG contrast
Aa
#c99fd7 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99fd7 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green62.4%
Blue84.3%
CMYK percentages
Cyan6.5%
Magenta26.0%
Yellow0.0%
Key (black)15.7%
Color previews
#c99fd7 text on a black background
contrast 9.42:1
Card sample
#c99fd7 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99fd7;
Background color
Panel with #c99fd7 background
background-color: #c99fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 159, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 159, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99fd7; background: linear-gradient(135deg, #c99fd7, #D79FC0);