#c97ffc
a light, electric violet · warm · closest name: violet
RGB
201, 127, 252
HSL
276°, 95%, 74%
CMYK
20, 50, 0, 1
Luminance
0.3462
Every format
| HEX | #c97ffc |
| RGB | rgb(201, 127, 252) |
| HSL | hsl(276, 95%, 74%) |
| CMYK | cmyk(20%, 50%, 0%, 1%) |
| LAB | lab(65.5 50.5 -51.5) |
| LCH | lch(65.5 72.1 314.5) |
| OKLCH | oklch(0.723 0.187 309.8) |
Copy-ready code
/* CSS */
color: #c97ffc;
background-color: #c97ffc;
/* Tailwind (arbitrary) */
class="text-[#c97ffc] bg-[#c97ffc]"
/* SCSS */
$brand: #c97ffc;
/* SwiftUI */
Color(red: 0.788, green: 0.498, blue: 0.988)
/* Android */
Color.parseColor("#c97ffc")Accessibility — WCAG contrast
Aa
#c97ffc on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97ffc on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.8%
Blue98.8%
CMYK percentages
Cyan20.2%
Magenta49.6%
Yellow0.0%
Key (black)1.2%
Color previews
#c97ffc text on a black background
contrast 7.92:1
Card sample
#c97ffc text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97ffc;
Background color
Panel with #c97ffc background
background-color: #c97ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 127, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 127, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97ffc; background: linear-gradient(135deg, #c97ffc, #FC7FDC);