#cc80df
a light, vivid violet · warm · closest name: orchid
RGB
204, 128, 223
HSL
288°, 60%, 69%
CMYK
9, 43, 0, 13
Luminance
0.3360
Every format
| HEX | #cc80df |
| RGB | rgb(204, 128, 223) |
| HSL | hsl(288, 60%, 69%) |
| CMYK | cmyk(9%, 43%, 0%, 13%) |
| LAB | lab(64.7 44.8 -36.7) |
| LCH | lch(64.7 57.9 320.7) |
| OKLCH | oklch(0.714 0.155 319.4) |
Copy-ready code
/* CSS */
color: #cc80df;
background-color: #cc80df;
/* Tailwind (arbitrary) */
class="text-[#cc80df] bg-[#cc80df]"
/* SCSS */
$brand: #cc80df;
/* SwiftUI */
Color(red: 0.800, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#cc80df")Accessibility — WCAG contrast
Aa
#cc80df on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc80df on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green50.2%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta42.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cc80df text on a black background
contrast 7.72:1
Card sample
#cc80df text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc80df;
Background color
Panel with #cc80df background
background-color: #cc80df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc80df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc80df; background: linear-gradient(135deg, #cc80df, #DF80B3);