#c082eb
a light, vivid violet · warm · closest name: orchid
RGB
192, 130, 235
HSL
275°, 72%, 72%
CMYK
18, 45, 0, 8
Luminance
0.3317
Every format
| HEX | #c082eb |
| RGB | rgb(192, 130, 235) |
| HSL | hsl(275, 72%, 72%) |
| CMYK | cmyk(18%, 45%, 0%, 8%) |
| LAB | lab(64.3 42.8 -44.0) |
| LCH | lch(64.3 61.3 314.2) |
| OKLCH | oklch(0.710 0.160 310.1) |
Copy-ready code
/* CSS */
color: #c082eb;
background-color: #c082eb;
/* Tailwind (arbitrary) */
class="text-[#c082eb] bg-[#c082eb]"
/* SCSS */
$brand: #c082eb;
/* SwiftUI */
Color(red: 0.753, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#c082eb")Accessibility — WCAG contrast
Aa
#c082eb on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c082eb on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green51.0%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c082eb text on a black background
contrast 7.63:1
Card sample
#c082eb text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c082eb;
Background color
Panel with #c082eb background
background-color: #c082eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c082eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c082eb; background: linear-gradient(135deg, #c082eb, #EB82D0);