#c99dfd
a light, electric violet · warm · closest name: plum
RGB
201, 157, 253
HSL
268°, 96%, 80%
CMYK
21, 38, 0, 1
Luminance
0.4362
Every format
| HEX | #c99dfd |
| RGB | rgb(201, 157, 253) |
| HSL | hsl(268, 96%, 80%) |
| CMYK | cmyk(21%, 38%, 0%, 1%) |
| LAB | lab(72.0 34.6 -41.7) |
| LCH | lch(72.0 54.2 309.6) |
| OKLCH | oklch(0.772 0.140 304.4) |
Copy-ready code
/* CSS */
color: #c99dfd;
background-color: #c99dfd;
/* Tailwind (arbitrary) */
class="text-[#c99dfd] bg-[#c99dfd]"
/* SCSS */
$brand: #c99dfd;
/* SwiftUI */
Color(red: 0.788, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#c99dfd")Accessibility — WCAG contrast
Aa
#c99dfd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99dfd on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green61.6%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c99dfd text on a black background
contrast 9.72:1
Card sample
#c99dfd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99dfd;
Background color
Panel with #c99dfd background
background-color: #c99dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99dfd; background: linear-gradient(135deg, #c99dfd, #FD9DF1);