#c080eb
a light, vivid violet · warm · closest name: orchid
RGB
192, 128, 235
HSL
276°, 73%, 71%
CMYK
18, 46, 0, 8
Luminance
0.3264
Every format
| HEX | #c080eb |
| RGB | rgb(192, 128, 235) |
| HSL | hsl(276, 73%, 71%) |
| CMYK | cmyk(18%, 46%, 0%, 8%) |
| LAB | lab(63.9 43.8 -44.6) |
| LCH | lch(63.9 62.6 314.5) |
| OKLCH | oklch(0.707 0.163 310.4) |
Copy-ready code
/* CSS */
color: #c080eb;
background-color: #c080eb;
/* Tailwind (arbitrary) */
class="text-[#c080eb] bg-[#c080eb]"
/* SCSS */
$brand: #c080eb;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#c080eb")Accessibility — WCAG contrast
Aa
#c080eb on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c080eb on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta45.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c080eb text on a black background
contrast 7.53:1
Card sample
#c080eb text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c080eb;
Background color
Panel with #c080eb background
background-color: #c080eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c080eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c080eb; background: linear-gradient(135deg, #c080eb, #EB80CF);