#c082df
a light, vivid violet · warm · closest name: orchid
RGB
192, 130, 223
HSL
280°, 59%, 69%
CMYK
14, 42, 0, 13
Luminance
0.3250
Every format
| HEX | #c082df |
| RGB | rgb(192, 130, 223) |
| HSL | hsl(280, 59%, 69%) |
| CMYK | cmyk(14%, 42%, 0%, 13%) |
| LAB | lab(63.8 40.2 -38.2) |
| LCH | lch(63.8 55.4 316.5) |
| OKLCH | oklch(0.704 0.146 313.7) |
Copy-ready code
/* CSS */
color: #c082df;
background-color: #c082df;
/* Tailwind (arbitrary) */
class="text-[#c082df] bg-[#c082df]"
/* SCSS */
$brand: #c082df;
/* SwiftUI */
Color(red: 0.753, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#c082df")Accessibility — WCAG contrast
Aa
#c082df on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c082df on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green51.0%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c082df text on a black background
contrast 7.50:1
Card sample
#c082df text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c082df;
Background color
Panel with #c082df background
background-color: #c082df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c082df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c082df; background: linear-gradient(135deg, #c082df, #DF82C0);