#c084df
a light, vivid violet · warm · closest name: orchid
RGB
192, 132, 223
HSL
280°, 59%, 70%
CMYK
14, 41, 0, 13
Luminance
0.3304
Every format
| HEX | #c084df |
| RGB | rgb(192, 132, 223) |
| HSL | hsl(280, 59%, 70%) |
| CMYK | cmyk(14%, 41%, 0%, 13%) |
| LAB | lab(64.2 39.1 -37.5) |
| LCH | lch(64.2 54.2 316.2) |
| OKLCH | oklch(0.707 0.143 313.4) |
Copy-ready code
/* CSS */
color: #c084df;
background-color: #c084df;
/* Tailwind (arbitrary) */
class="text-[#c084df] bg-[#c084df]"
/* SCSS */
$brand: #c084df;
/* SwiftUI */
Color(red: 0.753, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#c084df")Accessibility — WCAG contrast
Aa
#c084df on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c084df on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green51.8%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c084df text on a black background
contrast 7.61:1
Card sample
#c084df text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c084df;
Background color
Panel with #c084df background
background-color: #c084df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c084df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c084df; background: linear-gradient(135deg, #c084df, #DF84C1);