#cc0cd3
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 12, 211
HSL
298°, 89%, 44%
CMYK
3, 94, 0, 17
Luminance
0.1780
Every format
| HEX | #cc0cd3 |
| RGB | rgb(204, 12, 211) |
| HSL | hsl(298, 89%, 44%) |
| CMYK | cmyk(3%, 94%, 0%, 17%) |
| LAB | lab(49.3 83.1 -54.2) |
| LCH | lch(49.3 99.2 326.9) |
| OKLCH | oklch(0.600 0.274 326.5) |
Copy-ready code
/* CSS */
color: #cc0cd3;
background-color: #cc0cd3;
/* Tailwind (arbitrary) */
class="text-[#cc0cd3] bg-[#cc0cd3]"
/* SCSS */
$brand: #cc0cd3;
/* SwiftUI */
Color(red: 0.800, green: 0.047, blue: 0.827)
/* Android */
Color.parseColor("#cc0cd3")Accessibility — WCAG contrast
Aa
#cc0cd3 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0cd3 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green4.7%
Blue82.7%
CMYK percentages
Cyan3.3%
Magenta94.3%
Yellow0.0%
Key (black)17.3%
Color previews
#cc0cd3 text on a black background
contrast 4.56:1
Card sample
#cc0cd3 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0cd3;
Background color
Panel with #cc0cd3 background
background-color: #cc0cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 12, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 12, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0cd3; background: linear-gradient(135deg, #cc0cd3, #D30C55);