#cc80cf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
204, 128, 207
HSL
298°, 45%, 66%
CMYK
1, 38, 0, 19
Luminance
0.3278
Every format
| HEX | #cc80cf |
| RGB | rgb(204, 128, 207) |
| HSL | hsl(298, 45%, 66%) |
| CMYK | cmyk(1%, 38%, 0%, 19%) |
| LAB | lab(64.0 41.7 -28.8) |
| LCH | lch(64.0 50.6 325.4) |
| OKLCH | oklch(0.706 0.139 325.6) |
Copy-ready code
/* CSS */
color: #cc80cf;
background-color: #cc80cf;
/* Tailwind (arbitrary) */
class="text-[#cc80cf] bg-[#cc80cf]"
/* SCSS */
$brand: #cc80cf;
/* SwiftUI */
Color(red: 0.800, green: 0.502, blue: 0.812)
/* Android */
Color.parseColor("#cc80cf")Accessibility — WCAG contrast
Aa
#cc80cf on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc80cf on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green50.2%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta38.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cc80cf text on a black background
contrast 7.56:1
Card sample
#cc80cf text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc80cf;
Background color
Panel with #cc80cf background
background-color: #cc80cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc80cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 128, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 128, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc80cf; background: linear-gradient(135deg, #cc80cf, #CF809D);