#cc0ace
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 10, 206
HSL
299°, 91%, 42%
CMYK
1, 95, 0, 19
Luminance
0.1751
Every format
| HEX | #cc0ace |
| RGB | rgb(204, 10, 206) |
| HSL | hsl(299, 91%, 42%) |
| CMYK | cmyk(1%, 95%, 0%, 19%) |
| LAB | lab(48.9 82.5 -51.9) |
| LCH | lch(48.9 97.5 327.8) |
| OKLCH | oklch(0.596 0.271 327.8) |
Copy-ready code
/* CSS */
color: #cc0ace;
background-color: #cc0ace;
/* Tailwind (arbitrary) */
class="text-[#cc0ace] bg-[#cc0ace]"
/* SCSS */
$brand: #cc0ace;
/* SwiftUI */
Color(red: 0.800, green: 0.039, blue: 0.808)
/* Android */
Color.parseColor("#cc0ace")Accessibility — WCAG contrast
Aa
#cc0ace on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0ace on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green3.9%
Blue80.8%
CMYK percentages
Cyan1.0%
Magenta95.1%
Yellow0.0%
Key (black)19.2%
Color previews
#cc0ace text on a black background
contrast 4.50:1
Card sample
#cc0ace text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0ace;
Background color
Panel with #cc0ace background
background-color: #cc0ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 10, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 10, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0ace; background: linear-gradient(135deg, #cc0ace, #CE0A4D);