#c76eff
a light, electric violet · warm · closest name: violet
RGB
199, 110, 255
HSL
277°, 100%, 72%
CMYK
22, 57, 0, 0
Luminance
0.3051
Every format
| HEX | #c76eff |
| RGB | rgb(199, 110, 255) |
| HSL | hsl(277, 100%, 72%) |
| CMYK | cmyk(22%, 57%, 0%, 0%) |
| LAB | lab(62.1 59.3 -58.5) |
| LCH | lch(62.1 83.2 315.4) |
| OKLCH | oklch(0.698 0.215 310.3) |
Copy-ready code
/* CSS */
color: #c76eff;
background-color: #c76eff;
/* Tailwind (arbitrary) */
class="text-[#c76eff] bg-[#c76eff]"
/* SCSS */
$brand: #c76eff;
/* SwiftUI */
Color(red: 0.780, green: 0.431, blue: 1.000)
/* Android */
Color.parseColor("#c76eff")Accessibility — WCAG contrast
Aa
#c76eff on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c76eff on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green43.1%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta56.9%
Yellow0.0%
Key (black)0.0%
Color previews
#c76eff text on a black background
contrast 7.10:1
Card sample
#c76eff text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76eff;
Background color
Panel with #c76eff background
background-color: #c76eff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76eff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 110, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 110, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76eff; background: linear-gradient(135deg, #c76eff, #FF6ED6);