#c76cef
a light, electric violet · warm · closest name: violet
RGB
199, 108, 239
HSL
282°, 80%, 68%
CMYK
17, 55, 0, 6
Luminance
0.2910
Every format
| HEX | #c76cef |
| RGB | rgb(199, 108, 239) |
| HSL | hsl(282, 80%, 68%) |
| CMYK | cmyk(17%, 55%, 0%, 6%) |
| LAB | lab(60.9 56.9 -51.6) |
| LCH | lch(60.9 76.8 317.8) |
| OKLCH | oklch(0.687 0.202 314.4) |
Copy-ready code
/* CSS */
color: #c76cef;
background-color: #c76cef;
/* Tailwind (arbitrary) */
class="text-[#c76cef] bg-[#c76cef]"
/* SCSS */
$brand: #c76cef;
/* SwiftUI */
Color(red: 0.780, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#c76cef")Accessibility — WCAG contrast
Aa
#c76cef on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76cef on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green42.4%
Blue93.7%
CMYK percentages
Cyan16.7%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#c76cef text on a black background
contrast 6.82:1
Card sample
#c76cef text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76cef;
Background color
Panel with #c76cef background
background-color: #c76cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76cef; background: linear-gradient(135deg, #c76cef, #EF6CC0);