#c99fdf
a light, vivid violet · warm · closest name: plum
RGB
201, 159, 223
HSL
279°, 50%, 75%
CMYK
10, 29, 0, 13
Luminance
0.4254
Every format
| HEX | #c99fdf |
| RGB | rgb(201, 159, 223) |
| HSL | hsl(279, 50%, 75%) |
| CMYK | cmyk(10%, 29%, 0%, 13%) |
| LAB | lab(71.2 27.1 -26.5) |
| LCH | lch(71.2 37.9 315.6) |
| OKLCH | oklch(0.763 0.100 313.7) |
Copy-ready code
/* CSS */
color: #c99fdf;
background-color: #c99fdf;
/* Tailwind (arbitrary) */
class="text-[#c99fdf] bg-[#c99fdf]"
/* SCSS */
$brand: #c99fdf;
/* SwiftUI */
Color(red: 0.788, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#c99fdf")Accessibility — WCAG contrast
Aa
#c99fdf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99fdf on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green62.4%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c99fdf text on a black background
contrast 9.51:1
Card sample
#c99fdf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99fdf;
Background color
Panel with #c99fdf background
background-color: #c99fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99fdf; background: linear-gradient(135deg, #c99fdf, #DF9FCA);