#c97bfd
a light, electric violet · warm · closest name: violet
RGB
201, 123, 253
HSL
276°, 97%, 74%
CMYK
21, 51, 0, 1
Luminance
0.3368
Every format
| HEX | #c97bfd |
| RGB | rgb(201, 123, 253) |
| HSL | hsl(276, 97%, 74%) |
| CMYK | cmyk(21%, 51%, 0%, 1%) |
| LAB | lab(64.7 52.8 -53.2) |
| LCH | lch(64.7 74.9 314.8) |
| OKLCH | oklch(0.718 0.195 310.1) |
Copy-ready code
/* CSS */
color: #c97bfd;
background-color: #c97bfd;
/* Tailwind (arbitrary) */
class="text-[#c97bfd] bg-[#c97bfd]"
/* SCSS */
$brand: #c97bfd;
/* SwiftUI */
Color(red: 0.788, green: 0.482, blue: 0.992)
/* Android */
Color.parseColor("#c97bfd")Accessibility — WCAG contrast
Aa
#c97bfd on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97bfd on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green48.2%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta51.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c97bfd text on a black background
contrast 7.74:1
Card sample
#c97bfd text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97bfd;
Background color
Panel with #c97bfd background
background-color: #c97bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 123, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 123, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97bfd; background: linear-gradient(135deg, #c97bfd, #FD7BDA);