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