#c995df
a light, vivid violet · warm · closest name: plum
RGB
201, 149, 223
HSL
282°, 54%, 73%
CMYK
10, 33, 0, 13
Luminance
0.3924
Every format
| HEX | #c995df |
| RGB | rgb(201, 149, 223) |
| HSL | hsl(282, 54%, 73%) |
| CMYK | cmyk(10%, 33%, 0%, 13%) |
| LAB | lab(68.9 32.5 -30.1) |
| LCH | lch(68.9 44.3 317.2) |
| OKLCH | oklch(0.745 0.118 315.5) |
Copy-ready code
/* CSS */
color: #c995df;
background-color: #c995df;
/* Tailwind (arbitrary) */
class="text-[#c995df] bg-[#c995df]"
/* SCSS */
$brand: #c995df;
/* SwiftUI */
Color(red: 0.788, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#c995df")Accessibility — WCAG contrast
Aa
#c995df on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c995df on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green58.4%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c995df text on a black background
contrast 8.85:1
Card sample
#c995df text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c995df;
Background color
Panel with #c995df background
background-color: #c995df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c995df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c995df; background: linear-gradient(135deg, #c995df, #DF95C4);