#c76af8
a light, electric violet · warm · closest name: violet
RGB
199, 106, 248
HSL
279°, 91%, 69%
CMYK
20, 57, 0, 3
Luminance
0.2923
Every format
| HEX | #c76af8 |
| RGB | rgb(199, 106, 248) |
| HSL | hsl(279, 91%, 69%) |
| CMYK | cmyk(20%, 57%, 0%, 3%) |
| LAB | lab(61.0 59.7 -56.4) |
| LCH | lch(61.0 82.1 316.7) |
| OKLCH | oklch(0.689 0.214 312.3) |
Copy-ready code
/* CSS */
color: #c76af8;
background-color: #c76af8;
/* Tailwind (arbitrary) */
class="text-[#c76af8] bg-[#c76af8]"
/* SCSS */
$brand: #c76af8;
/* SwiftUI */
Color(red: 0.780, green: 0.416, blue: 0.973)
/* Android */
Color.parseColor("#c76af8")Accessibility — WCAG contrast
Aa
#c76af8 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76af8 on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green41.6%
Blue97.3%
CMYK percentages
Cyan19.8%
Magenta57.3%
Yellow0.0%
Key (black)2.7%
Color previews
#c76af8 text on a black background
contrast 6.85:1
Card sample
#c76af8 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76af8;
Background color
Panel with #c76af8 background
background-color: #c76af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 106, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 106, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76af8; background: linear-gradient(135deg, #c76af8, #F86ACA);