#c993ff
a light, electric violet · warm · closest name: violet
RGB
201, 147, 255
HSL
270°, 100%, 79%
CMYK
21, 42, 0, 0
Luminance
0.4050
Every format
| HEX | #c993ff |
| RGB | rgb(201, 147, 255) |
| HSL | hsl(270, 100%, 79%) |
| CMYK | cmyk(21%, 42%, 0%, 0%) |
| LAB | lab(69.8 40.5 -46.2) |
| LCH | lch(69.8 61.4 311.2) |
| OKLCH | oklch(0.756 0.159 306.0) |
Copy-ready code
/* CSS */
color: #c993ff;
background-color: #c993ff;
/* Tailwind (arbitrary) */
class="text-[#c993ff] bg-[#c993ff]"
/* SCSS */
$brand: #c993ff;
/* SwiftUI */
Color(red: 0.788, green: 0.576, blue: 1.000)
/* Android */
Color.parseColor("#c993ff")Accessibility — WCAG contrast
Aa
#c993ff on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c993ff on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green57.6%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta42.4%
Yellow0.0%
Key (black)0.0%
Color previews
#c993ff text on a black background
contrast 9.10:1
Card sample
#c993ff text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c993ff;
Background color
Panel with #c993ff background
background-color: #c993ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c993ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 147, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 147, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c993ff; background: linear-gradient(135deg, #c993ff, #FF93ED);