#c77af2
a light, electric violet · warm · closest name: violet
RGB
199, 122, 242
HSL
279°, 82%, 71%
CMYK
18, 50, 0, 5
Luminance
0.3247
Every format
| HEX | #c77af2 |
| RGB | rgb(199, 122, 242) |
| HSL | hsl(279, 82%, 71%) |
| CMYK | cmyk(18%, 50%, 0%, 5%) |
| LAB | lab(63.7 50.4 -48.7) |
| LCH | lch(63.7 70.1 316.0) |
| OKLCH | oklch(0.708 0.183 312.2) |
Copy-ready code
/* CSS */
color: #c77af2;
background-color: #c77af2;
/* Tailwind (arbitrary) */
class="text-[#c77af2] bg-[#c77af2]"
/* SCSS */
$brand: #c77af2;
/* SwiftUI */
Color(red: 0.780, green: 0.478, blue: 0.949)
/* Android */
Color.parseColor("#c77af2")Accessibility — WCAG contrast
Aa
#c77af2 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c77af2 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green47.8%
Blue94.9%
CMYK percentages
Cyan17.8%
Magenta49.6%
Yellow0.0%
Key (black)5.1%
Color previews
#c77af2 text on a black background
contrast 7.49:1
Card sample
#c77af2 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c77af2;
Background color
Panel with #c77af2 background
background-color: #c77af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c77af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 122, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 122, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c77af2; background: linear-gradient(135deg, #c77af2, #F27ACD);