#c076df
a light, vivid violet · warm · closest name: orchid
RGB
192, 118, 223
HSL
282°, 62%, 67%
CMYK
14, 47, 0, 13
Luminance
0.2949
Every format
| HEX | #c076df |
| RGB | rgb(192, 118, 223) |
| HSL | hsl(282, 62%, 67%) |
| CMYK | cmyk(14%, 47%, 0%, 13%) |
| LAB | lab(61.2 46.6 -42.2) |
| LCH | lch(61.2 62.9 317.9) |
| OKLCH | oklch(0.685 0.166 315.2) |
Copy-ready code
/* CSS */
color: #c076df;
background-color: #c076df;
/* Tailwind (arbitrary) */
class="text-[#c076df] bg-[#c076df]"
/* SCSS */
$brand: #c076df;
/* SwiftUI */
Color(red: 0.753, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#c076df")Accessibility — WCAG contrast
Aa
#c076df on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c076df on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green46.3%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta47.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c076df text on a black background
contrast 6.90:1
Card sample
#c076df text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c076df;
Background color
Panel with #c076df background
background-color: #c076df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c076df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c076df; background: linear-gradient(135deg, #c076df, #DF76B8);