#c97ffd
a light, electric violet · warm · closest name: violet
RGB
201, 127, 253
HSL
275°, 97%, 75%
CMYK
21, 50, 0, 1
Luminance
0.3469
Every format
| HEX | #c97ffd |
| RGB | rgb(201, 127, 253) |
| HSL | hsl(275, 97%, 75%) |
| CMYK | cmyk(21%, 50%, 0%, 1%) |
| LAB | lab(65.5 50.7 -51.9) |
| LCH | lch(65.5 72.6 314.3) |
| OKLCH | oklch(0.724 0.188 309.6) |
Copy-ready code
/* CSS */
color: #c97ffd;
background-color: #c97ffd;
/* Tailwind (arbitrary) */
class="text-[#c97ffd] bg-[#c97ffd]"
/* SCSS */
$brand: #c97ffd;
/* SwiftUI */
Color(red: 0.788, green: 0.498, blue: 0.992)
/* Android */
Color.parseColor("#c97ffd")Accessibility — WCAG contrast
Aa
#c97ffd on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97ffd on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.8%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta49.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c97ffd text on a black background
contrast 7.94:1
Card sample
#c97ffd text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97ffd;
Background color
Panel with #c97ffd background
background-color: #c97ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 127, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 127, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97ffd; background: linear-gradient(135deg, #c97ffd, #FD7FDD);