#cc00df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 0, 223
HSL
295°, 100%, 44%
CMYK
9, 100, 0, 13
Luminance
0.1817
Every format
| HEX | #cc00df |
| RGB | rgb(204, 0, 223) |
| HSL | hsl(295, 100%, 44%) |
| CMYK | cmyk(9%, 100%, 0%, 13%) |
| LAB | lab(49.7 85.9 -60.4) |
| LCH | lch(49.7 105.0 324.9) |
| OKLCH | oklch(0.605 0.285 323.6) |
Copy-ready code
/* CSS */
color: #cc00df;
background-color: #cc00df;
/* Tailwind (arbitrary) */
class="text-[#cc00df] bg-[#cc00df]"
/* SCSS */
$brand: #cc00df;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#cc00df")Accessibility — WCAG contrast
Aa
#cc00df on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc00df on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cc00df text on a black background
contrast 4.63:1
Card sample
#cc00df text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc00df;
Background color
Panel with #cc00df background
background-color: #cc00df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc00df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc00df; background: linear-gradient(135deg, #cc00df, #DF005D);