#c577eb
a light, vivid violet · warm · closest name: orchid
RGB
197, 119, 235
HSL
280°, 74%, 69%
CMYK
16, 49, 0, 8
Luminance
0.3106
Every format
| HEX | #c577eb |
| RGB | rgb(197, 119, 235) |
| HSL | hsl(280, 74%, 69%) |
| CMYK | cmyk(16%, 49%, 0%, 8%) |
| LAB | lab(62.6 50.0 -46.7) |
| LCH | lch(62.6 68.4 316.9) |
| OKLCH | oklch(0.698 0.180 313.6) |
Copy-ready code
/* CSS */
color: #c577eb;
background-color: #c577eb;
/* Tailwind (arbitrary) */
class="text-[#c577eb] bg-[#c577eb]"
/* SCSS */
$brand: #c577eb;
/* SwiftUI */
Color(red: 0.773, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#c577eb")Accessibility — WCAG contrast
Aa
#c577eb on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c577eb on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green46.7%
Blue92.2%
CMYK percentages
Cyan16.2%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c577eb text on a black background
contrast 7.21:1
Card sample
#c577eb text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c577eb;
Background color
Panel with #c577eb background
background-color: #c577eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c577eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c577eb; background: linear-gradient(135deg, #c577eb, #EB77C4);