#c993fd
a light, electric violet · warm · closest name: violet
RGB
201, 147, 253
HSL
271°, 96%, 78%
CMYK
21, 42, 0, 1
Luminance
0.4038
Every format
| HEX | #c993fd |
| RGB | rgb(201, 147, 253) |
| HSL | hsl(271, 96%, 78%) |
| CMYK | cmyk(21%, 42%, 0%, 1%) |
| LAB | lab(69.7 40.0 -45.3) |
| LCH | lch(69.7 60.4 311.5) |
| OKLCH | oklch(0.755 0.157 306.5) |
Copy-ready code
/* CSS */
color: #c993fd;
background-color: #c993fd;
/* Tailwind (arbitrary) */
class="text-[#c993fd] bg-[#c993fd]"
/* SCSS */
$brand: #c993fd;
/* SwiftUI */
Color(red: 0.788, green: 0.576, blue: 0.992)
/* Android */
Color.parseColor("#c993fd")Accessibility — WCAG contrast
Aa
#c993fd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c993fd on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green57.6%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta41.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c993fd text on a black background
contrast 9.08:1
Card sample
#c993fd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c993fd;
Background color
Panel with #c993fd background
background-color: #c993fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c993fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 147, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 147, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c993fd; background: linear-gradient(135deg, #c993fd, #FD93EA);