#c99dfb
a light, electric violet · warm · closest name: plum
RGB
201, 157, 251
HSL
268°, 92%, 80%
CMYK
20, 38, 0, 2
Luminance
0.4350
Every format
| HEX | #c99dfb |
| RGB | rgb(201, 157, 251) |
| HSL | hsl(268, 92%, 80%) |
| CMYK | cmyk(20%, 38%, 0%, 2%) |
| LAB | lab(71.9 34.1 -40.8) |
| LCH | lch(71.9 53.2 309.9) |
| OKLCH | oklch(0.771 0.138 304.9) |
Copy-ready code
/* CSS */
color: #c99dfb;
background-color: #c99dfb;
/* Tailwind (arbitrary) */
class="text-[#c99dfb] bg-[#c99dfb]"
/* SCSS */
$brand: #c99dfb;
/* SwiftUI */
Color(red: 0.788, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#c99dfb")Accessibility — WCAG contrast
Aa
#c99dfb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99dfb on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green61.6%
Blue98.4%
CMYK percentages
Cyan19.9%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#c99dfb text on a black background
contrast 9.70:1
Card sample
#c99dfb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99dfb;
Background color
Panel with #c99dfb background
background-color: #c99dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99dfb; background: linear-gradient(135deg, #c99dfb, #FB9DEE);