#de1c6f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
222, 28, 111
HSL
334°, 78%, 49%
CMYK
0, 87, 50, 13
Luminance
0.1751
Every format
| HEX | #de1c6f |
| RGB | rgb(222, 28, 111) |
| HSL | hsl(334, 78%, 49%) |
| CMYK | cmyk(0%, 87%, 50%, 13%) |
| LAB | lab(48.9 73.1 4.9) |
| LCH | lch(48.9 73.3 3.9) |
| OKLCH | oklch(0.589 0.225 3.4) |
Copy-ready code
/* CSS */
color: #de1c6f;
background-color: #de1c6f;
/* Tailwind (arbitrary) */
class="text-[#de1c6f] bg-[#de1c6f]"
/* SCSS */
$brand: #de1c6f;
/* SwiftUI */
Color(red: 0.871, green: 0.110, blue: 0.435)
/* Android */
Color.parseColor("#de1c6f")Accessibility — WCAG contrast
Aa
#de1c6f on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#de1c6f on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green11.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow50.0%
Key (black)12.9%
Color previews
#de1c6f text on a black background
contrast 4.50:1
Card sample
#de1c6f text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #de1c6f;
Background color
Panel with #de1c6f background
background-color: #de1c6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #de1c6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 28, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 28, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #de1c6f; background: linear-gradient(135deg, #de1c6f, #DE4A1C);