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