#c77eee
a light, electric violet · warm · closest name: violet
RGB
199, 126, 238
HSL
279°, 77%, 71%
CMYK
16, 47, 0, 7
Luminance
0.3324
Every format
| HEX | #c77eee |
| RGB | rgb(199, 126, 238) |
| HSL | hsl(279, 77%, 71%) |
| CMYK | cmyk(16%, 47%, 0%, 7%) |
| LAB | lab(64.3 47.5 -45.5) |
| LCH | lch(64.3 65.8 316.2) |
| OKLCH | oklch(0.712 0.173 312.8) |
Copy-ready code
/* CSS */
color: #c77eee;
background-color: #c77eee;
/* Tailwind (arbitrary) */
class="text-[#c77eee] bg-[#c77eee]"
/* SCSS */
$brand: #c77eee;
/* SwiftUI */
Color(red: 0.780, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#c77eee")Accessibility — WCAG contrast
Aa
#c77eee on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c77eee on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green49.4%
Blue93.3%
CMYK percentages
Cyan16.4%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#c77eee text on a black background
contrast 7.65:1
Card sample
#c77eee text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c77eee;
Background color
Panel with #c77eee background
background-color: #c77eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c77eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c77eee; background: linear-gradient(135deg, #c77eee, #EE7ECA);