#c086df
a light, vivid violet · warm · closest name: orchid
RGB
192, 134, 223
HSL
279°, 58%, 70%
CMYK
14, 40, 0, 13
Luminance
0.3358
Every format
| HEX | #c086df |
| RGB | rgb(192, 134, 223) |
| HSL | hsl(279, 58%, 70%) |
| CMYK | cmyk(14%, 40%, 0%, 13%) |
| LAB | lab(64.6 38.0 -36.8) |
| LCH | lch(64.6 52.9 315.9) |
| OKLCH | oklch(0.711 0.139 313.1) |
Copy-ready code
/* CSS */
color: #c086df;
background-color: #c086df;
/* Tailwind (arbitrary) */
class="text-[#c086df] bg-[#c086df]"
/* SCSS */
$brand: #c086df;
/* SwiftUI */
Color(red: 0.753, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#c086df")Accessibility — WCAG contrast
Aa
#c086df on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c086df on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green52.5%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta39.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c086df text on a black background
contrast 7.72:1
Card sample
#c086df text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c086df;
Background color
Panel with #c086df background
background-color: #c086df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c086df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c086df; background: linear-gradient(135deg, #c086df, #DF86C3);