#c76fdc
a balanced, vivid violet · warm · closest name: orchid
RGB
199, 111, 220
HSL
288°, 61%, 65%
CMYK
10, 50, 0, 14
Luminance
0.2868
Every format
| HEX | #c76fdc |
| RGB | rgb(199, 111, 220) |
| HSL | hsl(288, 61%, 65%) |
| CMYK | cmyk(10%, 50%, 0%, 14%) |
| LAB | lab(60.5 51.6 -41.5) |
| LCH | lch(60.5 66.2 321.1) |
| OKLCH | oklch(0.681 0.178 319.6) |
Copy-ready code
/* CSS */
color: #c76fdc;
background-color: #c76fdc;
/* Tailwind (arbitrary) */
class="text-[#c76fdc] bg-[#c76fdc]"
/* SCSS */
$brand: #c76fdc;
/* SwiftUI */
Color(red: 0.780, green: 0.435, blue: 0.863)
/* Android */
Color.parseColor("#c76fdc")Accessibility — WCAG contrast
Aa
#c76fdc on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76fdc on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green43.5%
Blue86.3%
CMYK percentages
Cyan9.5%
Magenta49.5%
Yellow0.0%
Key (black)13.7%
Color previews
#c76fdc text on a black background
contrast 6.74:1
Card sample
#c76fdc text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76fdc;
Background color
Panel with #c76fdc background
background-color: #c76fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 111, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 111, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76fdc; background: linear-gradient(135deg, #c76fdc, #DC6FA8);