#c080d3
a light, vivid violet · warm · closest name: plum
RGB
192, 128, 211
HSL
286°, 49%, 67%
CMYK
9, 39, 0, 17
Luminance
0.3135
Every format
| HEX | #c080d3 |
| RGB | rgb(192, 128, 211) |
| HSL | hsl(286, 49%, 67%) |
| CMYK | cmyk(9%, 39%, 0%, 17%) |
| LAB | lab(62.8 38.8 -33.0) |
| LCH | lch(62.8 50.9 319.6) |
| OKLCH | oklch(0.695 0.136 318.3) |
Copy-ready code
/* CSS */
color: #c080d3;
background-color: #c080d3;
/* Tailwind (arbitrary) */
class="text-[#c080d3] bg-[#c080d3]"
/* SCSS */
$brand: #c080d3;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.827)
/* Android */
Color.parseColor("#c080d3")Accessibility — WCAG contrast
Aa
#c080d3 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c080d3 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue82.7%
CMYK percentages
Cyan9.0%
Magenta39.3%
Yellow0.0%
Key (black)17.3%
Color previews
#c080d3 text on a black background
contrast 7.27:1
Card sample
#c080d3 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c080d3;
Background color
Panel with #c080d3 background
background-color: #c080d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c080d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c080d3; background: linear-gradient(135deg, #c080d3, #D380AF);