#cc0ade
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
204, 10, 222
HSL
295°, 91%, 46%
CMYK
8, 96, 0, 13
Luminance
0.1833
Every format
| HEX | #cc0ade |
| RGB | rgb(204, 10, 222) |
| HSL | hsl(295, 91%, 46%) |
| CMYK | cmyk(8%, 96%, 0%, 13%) |
| LAB | lab(49.9 84.9 -59.5) |
| LCH | lch(49.9 103.7 325.0) |
| OKLCH | oklch(0.606 0.282 323.8) |
Copy-ready code
/* CSS */
color: #cc0ade;
background-color: #cc0ade;
/* Tailwind (arbitrary) */
class="text-[#cc0ade] bg-[#cc0ade]"
/* SCSS */
$brand: #cc0ade;
/* SwiftUI */
Color(red: 0.800, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#cc0ade")Accessibility — WCAG contrast
Aa
#cc0ade on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0ade on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green3.9%
Blue87.1%
CMYK percentages
Cyan8.1%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#cc0ade text on a black background
contrast 4.67:1
Card sample
#cc0ade text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0ade;
Background color
Panel with #cc0ade background
background-color: #cc0ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0ade; background: linear-gradient(135deg, #cc0ade, #DE0A63);