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