#c76cf3
a light, electric violet · warm · closest name: violet
RGB
199, 108, 243
HSL
280°, 85%, 69%
CMYK
18, 56, 0, 5
Luminance
0.2934
Every format
| HEX | #c76cf3 |
| RGB | rgb(199, 108, 243) |
| HSL | hsl(280, 85%, 69%) |
| CMYK | cmyk(18%, 56%, 0%, 5%) |
| LAB | lab(61.1 57.7 -53.5) |
| LCH | lch(61.1 78.7 317.2) |
| OKLCH | oklch(0.689 0.206 313.4) |
Copy-ready code
/* CSS */
color: #c76cf3;
background-color: #c76cf3;
/* Tailwind (arbitrary) */
class="text-[#c76cf3] bg-[#c76cf3]"
/* SCSS */
$brand: #c76cf3;
/* SwiftUI */
Color(red: 0.780, green: 0.424, blue: 0.953)
/* Android */
Color.parseColor("#c76cf3")Accessibility — WCAG contrast
Aa
#c76cf3 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76cf3 on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green42.4%
Blue95.3%
CMYK percentages
Cyan18.1%
Magenta55.6%
Yellow0.0%
Key (black)4.7%
Color previews
#c76cf3 text on a black background
contrast 6.87:1
Card sample
#c76cf3 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76cf3;
Background color
Panel with #c76cf3 background
background-color: #c76cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 108, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 108, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76cf3; background: linear-gradient(135deg, #c76cf3, #F36CC5);