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