#c76dfb
a light, electric violet · warm · closest name: violet
RGB
199, 109, 251
HSL
278°, 95%, 71%
CMYK
21, 57, 0, 2
Luminance
0.3004
Every format
| HEX | #c76dfb |
| RGB | rgb(199, 109, 251) |
| HSL | hsl(278, 95%, 71%) |
| CMYK | cmyk(21%, 57%, 0%, 2%) |
| LAB | lab(61.7 58.9 -56.9) |
| LCH | lch(61.7 81.9 316.0) |
| OKLCH | oklch(0.695 0.213 311.3) |
Copy-ready code
/* CSS */
color: #c76dfb;
background-color: #c76dfb;
/* Tailwind (arbitrary) */
class="text-[#c76dfb] bg-[#c76dfb]"
/* SCSS */
$brand: #c76dfb;
/* SwiftUI */
Color(red: 0.780, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#c76dfb")Accessibility — WCAG contrast
Aa
#c76dfb on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76dfb on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green42.7%
Blue98.4%
CMYK percentages
Cyan20.7%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#c76dfb text on a black background
contrast 7.01:1
Card sample
#c76dfb text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76dfb;
Background color
Panel with #c76dfb background
background-color: #c76dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76dfb; background: linear-gradient(135deg, #c76dfb, #FB6DD0);