#c76cec
a light, electric violet · warm · closest name: orchid
RGB
199, 108, 236
HSL
283°, 77%, 68%
CMYK
16, 54, 0, 8
Luminance
0.2892
Every format
| HEX | #c76cec |
| RGB | rgb(199, 108, 236) |
| HSL | hsl(283, 77%, 68%) |
| CMYK | cmyk(16%, 54%, 0%, 8%) |
| LAB | lab(60.7 56.3 -50.1) |
| LCH | lch(60.7 75.4 318.3) |
| OKLCH | oklch(0.685 0.199 315.2) |
Copy-ready code
/* CSS */
color: #c76cec;
background-color: #c76cec;
/* Tailwind (arbitrary) */
class="text-[#c76cec] bg-[#c76cec]"
/* SCSS */
$brand: #c76cec;
/* SwiftUI */
Color(red: 0.780, green: 0.424, blue: 0.925)
/* Android */
Color.parseColor("#c76cec")Accessibility — WCAG contrast
Aa
#c76cec on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76cec on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green42.4%
Blue92.5%
CMYK percentages
Cyan15.7%
Magenta54.2%
Yellow0.0%
Key (black)7.5%
Color previews
#c76cec text on a black background
contrast 6.78:1
Card sample
#c76cec text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76cec;
Background color
Panel with #c76cec background
background-color: #c76cec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76cec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 108, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 108, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76cec; background: linear-gradient(135deg, #c76cec, #EC6CBC);