#c76afb
a light, electric violet · warm · closest name: violet
RGB
199, 106, 251
HSL
279°, 95%, 70%
CMYK
21, 58, 0, 2
Luminance
0.2942
Every format
| HEX | #c76afb |
| RGB | rgb(199, 106, 251) |
| HSL | hsl(279, 95%, 70%) |
| CMYK | cmyk(21%, 58%, 0%, 2%) |
| LAB | lab(61.1 60.4 -57.8) |
| LCH | lch(61.1 83.5 316.3) |
| OKLCH | oklch(0.691 0.217 311.6) |
Copy-ready code
/* CSS */
color: #c76afb;
background-color: #c76afb;
/* Tailwind (arbitrary) */
class="text-[#c76afb] bg-[#c76afb]"
/* SCSS */
$brand: #c76afb;
/* SwiftUI */
Color(red: 0.780, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#c76afb")Accessibility — WCAG contrast
Aa
#c76afb on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76afb on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green41.6%
Blue98.4%
CMYK percentages
Cyan20.7%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#c76afb text on a black background
contrast 6.88:1
Card sample
#c76afb text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76afb;
Background color
Panel with #c76afb background
background-color: #c76afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76afb; background: linear-gradient(135deg, #c76afb, #FB6ACE);