#c577ee
a light, electric violet · warm · closest name: violet
RGB
197, 119, 238
HSL
279°, 78%, 70%
CMYK
17, 50, 0, 7
Luminance
0.3124
Every format
| HEX | #c577ee |
| RGB | rgb(197, 119, 238) |
| HSL | hsl(279, 78%, 70%) |
| CMYK | cmyk(17%, 50%, 0%, 7%) |
| LAB | lab(62.7 50.6 -48.1) |
| LCH | lch(62.7 69.8 316.4) |
| OKLCH | oklch(0.700 0.183 312.8) |
Copy-ready code
/* CSS */
color: #c577ee;
background-color: #c577ee;
/* Tailwind (arbitrary) */
class="text-[#c577ee] bg-[#c577ee]"
/* SCSS */
$brand: #c577ee;
/* SwiftUI */
Color(red: 0.773, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#c577ee")Accessibility — WCAG contrast
Aa
#c577ee on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c577ee on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green46.7%
Blue93.3%
CMYK percentages
Cyan17.2%
Magenta50.0%
Yellow0.0%
Key (black)6.7%
Color previews
#c577ee text on a black background
contrast 7.25:1
Card sample
#c577ee text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c577ee;
Background color
Panel with #c577ee background
background-color: #c577ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c577ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c577ee; background: linear-gradient(135deg, #c577ee, #EE77C8);