#c577f7
a light, electric violet · warm · closest name: violet
RGB
197, 119, 247
HSL
277°, 89%, 72%
CMYK
20, 52, 0, 3
Luminance
0.3178
Every format
| HEX | #c577f7 |
| RGB | rgb(197, 119, 247) |
| HSL | hsl(277, 89%, 72%) |
| CMYK | cmyk(20%, 52%, 0%, 3%) |
| LAB | lab(63.2 52.5 -52.4) |
| LCH | lch(63.2 74.2 315.1) |
| OKLCH | oklch(0.704 0.193 310.5) |
Copy-ready code
/* CSS */
color: #c577f7;
background-color: #c577f7;
/* Tailwind (arbitrary) */
class="text-[#c577f7] bg-[#c577f7]"
/* SCSS */
$brand: #c577f7;
/* SwiftUI */
Color(red: 0.773, green: 0.467, blue: 0.969)
/* Android */
Color.parseColor("#c577f7")Accessibility — WCAG contrast
Aa
#c577f7 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c577f7 on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green46.7%
Blue96.9%
CMYK percentages
Cyan20.2%
Magenta51.8%
Yellow0.0%
Key (black)3.1%
Color previews
#c577f7 text on a black background
contrast 7.36:1
Card sample
#c577f7 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c577f7;
Background color
Panel with #c577f7 background
background-color: #c577f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c577f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 119, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 119, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c577f7; background: linear-gradient(135deg, #c577f7, #F777D4);