#cc0044
a dark, electric magenta / pink · warm · closest name: crimson
RGB
204, 0, 68
HSL
340°, 100%, 40%
CMYK
0, 100, 67, 20
Luminance
0.1325
Every format
| HEX | #cc0044 |
| RGB | rgb(204, 0, 68) |
| HSL | hsl(340, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 67%, 20%) |
| LAB | lab(43.1 69.4 23.2) |
| LCH | lch(43.1 73.2 18.5) |
| OKLCH | oklch(0.537 0.215 14.8) |
Copy-ready code
/* CSS */
color: #cc0044;
background-color: #cc0044;
/* Tailwind (arbitrary) */
class="text-[#cc0044] bg-[#cc0044]"
/* SCSS */
$brand: #cc0044;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.267)
/* Android */
Color.parseColor("#cc0044")Accessibility — WCAG contrast
Aa
#cc0044 on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0044 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow66.7%
Key (black)20.0%
Color previews
#cc0044 text on a black background
contrast 3.65:1
Card sample
#cc0044 text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0044;
Background color
Panel with #cc0044 background
background-color: #cc0044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0044; background: linear-gradient(135deg, #cc0044, #CC4400);