#c77df6
a light, electric violet · warm · closest name: violet
RGB
199, 125, 246
HSL
277°, 87%, 73%
CMYK
19, 49, 0, 4
Luminance
0.3346
Every format
| HEX | #c77df6 |
| RGB | rgb(199, 125, 246) |
| HSL | hsl(277, 87%, 73%) |
| CMYK | cmyk(19%, 49%, 0%, 4%) |
| LAB | lab(64.5 49.7 -49.6) |
| LCH | lch(64.5 70.2 315.0) |
| OKLCH | oklch(0.715 0.183 310.8) |
Copy-ready code
/* CSS */
color: #c77df6;
background-color: #c77df6;
/* Tailwind (arbitrary) */
class="text-[#c77df6] bg-[#c77df6]"
/* SCSS */
$brand: #c77df6;
/* SwiftUI */
Color(red: 0.780, green: 0.490, blue: 0.965)
/* Android */
Color.parseColor("#c77df6")Accessibility — WCAG contrast
Aa
#c77df6 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c77df6 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green49.0%
Blue96.5%
CMYK percentages
Cyan19.1%
Magenta49.2%
Yellow0.0%
Key (black)3.5%
Color previews
#c77df6 text on a black background
contrast 7.69:1
Card sample
#c77df6 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c77df6;
Background color
Panel with #c77df6 background
background-color: #c77df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c77df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 125, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 125, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c77df6; background: linear-gradient(135deg, #c77df6, #F67DD4);