#cc08eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
204, 8, 235
HSL
292°, 93%, 48%
CMYK
13, 97, 0, 8
Luminance
0.1901
Every format
| HEX | #cc08eb |
| RGB | rgb(204, 8, 235) |
| HSL | hsl(292, 93%, 48%) |
| CMYK | cmyk(13%, 97%, 0%, 8%) |
| LAB | lab(50.7 87.1 -65.6) |
| LCH | lch(50.7 109.1 323.0) |
| OKLCH | oklch(0.615 0.291 320.7) |
Copy-ready code
/* CSS */
color: #cc08eb;
background-color: #cc08eb;
/* Tailwind (arbitrary) */
class="text-[#cc08eb] bg-[#cc08eb]"
/* SCSS */
$brand: #cc08eb;
/* SwiftUI */
Color(red: 0.800, green: 0.031, blue: 0.922)
/* Android */
Color.parseColor("#cc08eb")Accessibility — WCAG contrast
Aa
#cc08eb on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc08eb on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green3.1%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta96.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cc08eb text on a black background
contrast 4.80:1
Card sample
#cc08eb text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc08eb;
Background color
Panel with #cc08eb background
background-color: #cc08eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc08eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 8, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 8, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc08eb; background: linear-gradient(135deg, #cc08eb, #EB0873);