#c977ff
a light, electric violet · warm · closest name: violet
RGB
201, 119, 255
HSL
276°, 100%, 73%
CMYK
21, 53, 0, 0
Luminance
0.3283
Every format
| HEX | #c977ff |
| RGB | rgb(201, 119, 255) |
| HSL | hsl(276, 100%, 73%) |
| CMYK | cmyk(21%, 53%, 0%, 0%) |
| LAB | lab(64.0 55.3 -55.4) |
| LCH | lch(64.0 78.2 314.9) |
| OKLCH | oklch(0.713 0.203 310.1) |
Copy-ready code
/* CSS */
color: #c977ff;
background-color: #c977ff;
/* Tailwind (arbitrary) */
class="text-[#c977ff] bg-[#c977ff]"
/* SCSS */
$brand: #c977ff;
/* SwiftUI */
Color(red: 0.788, green: 0.467, blue: 1.000)
/* Android */
Color.parseColor("#c977ff")Accessibility — WCAG contrast
Aa
#c977ff on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c977ff on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green46.7%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta53.3%
Yellow0.0%
Key (black)0.0%
Color previews
#c977ff text on a black background
contrast 7.57:1
Card sample
#c977ff text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c977ff;
Background color
Panel with #c977ff background
background-color: #c977ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c977ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 119, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 119, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c977ff; background: linear-gradient(135deg, #c977ff, #FF77DA);