#c99bfd
a light, electric violet · warm · closest name: plum
RGB
201, 155, 253
HSL
268°, 96%, 80%
CMYK
21, 39, 0, 1
Luminance
0.4295
Every format
| HEX | #c99bfd |
| RGB | rgb(201, 155, 253) |
| HSL | hsl(268, 96%, 80%) |
| CMYK | cmyk(21%, 39%, 0%, 1%) |
| LAB | lab(71.5 35.7 -42.5) |
| LCH | lch(71.5 55.5 310.0) |
| OKLCH | oklch(0.769 0.144 304.9) |
Copy-ready code
/* CSS */
color: #c99bfd;
background-color: #c99bfd;
/* Tailwind (arbitrary) */
class="text-[#c99bfd] bg-[#c99bfd]"
/* SCSS */
$brand: #c99bfd;
/* SwiftUI */
Color(red: 0.788, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#c99bfd")Accessibility — WCAG contrast
Aa
#c99bfd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99bfd on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green60.8%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c99bfd text on a black background
contrast 9.59:1
Card sample
#c99bfd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99bfd;
Background color
Panel with #c99bfd background
background-color: #c99bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99bfd; background: linear-gradient(135deg, #c99bfd, #FD9BF0);