#cc0fba
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 15, 186
HSL
306°, 86%, 43%
CMYK
0, 93, 9, 20
Luminance
0.1672
Every format
| HEX | #cc0fba |
| RGB | rgb(204, 15, 186) |
| HSL | hsl(306, 86%, 43%) |
| CMYK | cmyk(0%, 93%, 9%, 20%) |
| LAB | lab(47.9 79.2 -41.9) |
| LCH | lch(47.9 89.6 332.1) |
| OKLCH | oklch(0.586 0.257 333.3) |
Copy-ready code
/* CSS */
color: #cc0fba;
background-color: #cc0fba;
/* Tailwind (arbitrary) */
class="text-[#cc0fba] bg-[#cc0fba]"
/* SCSS */
$brand: #cc0fba;
/* SwiftUI */
Color(red: 0.800, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#cc0fba")Accessibility — WCAG contrast
Aa
#cc0fba on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0fba on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green5.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow8.8%
Key (black)20.0%
Color previews
#cc0fba text on a black background
contrast 4.34:1
Card sample
#cc0fba text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0fba;
Background color
Panel with #cc0fba background
background-color: #cc0fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0fba; background: linear-gradient(135deg, #cc0fba, #CC0F3C);