#cd026f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 2, 111
HSL
328°, 98%, 41%
CMYK
0, 99, 46, 20
Luminance
0.1417
Every format
| HEX | #cd026f |
| RGB | rgb(205, 2, 111) |
| HSL | hsl(328, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 46%, 20%) |
| LAB | lab(44.5 72.3 -1.9) |
| LCH | lch(44.5 72.3 358.5) |
| OKLCH | oklch(0.551 0.223 358.9) |
Copy-ready code
/* CSS */
color: #cd026f;
background-color: #cd026f;
/* Tailwind (arbitrary) */
class="text-[#cd026f] bg-[#cd026f]"
/* SCSS */
$brand: #cd026f;
/* SwiftUI */
Color(red: 0.804, green: 0.008, blue: 0.435)
/* Android */
Color.parseColor("#cd026f")Accessibility — WCAG contrast
Aa
#cd026f on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd026f on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.8%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow45.9%
Key (black)19.6%
Color previews
#cd026f text on a black background
contrast 3.83:1
Card sample
#cd026f text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd026f;
Background color
Panel with #cd026f background
background-color: #cd026f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd026f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 2, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 2, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd026f; background: linear-gradient(135deg, #cd026f, #CD1C02);