#df0c7b
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 12, 123
HSL
328°, 90%, 46%
CMYK
0, 95, 45, 13
Luminance
0.1738
Every format
| HEX | #df0c7b |
| RGB | rgb(223, 12, 123) |
| HSL | hsl(328, 90%, 46%) |
| CMYK | cmyk(0%, 95%, 45%, 13%) |
| LAB | lab(48.7 76.4 -2.6) |
| LCH | lch(48.7 76.4 358.0) |
| OKLCH | oklch(0.589 0.236 358.6) |
Copy-ready code
/* CSS */
color: #df0c7b;
background-color: #df0c7b;
/* Tailwind (arbitrary) */
class="text-[#df0c7b] bg-[#df0c7b]"
/* SCSS */
$brand: #df0c7b;
/* SwiftUI */
Color(red: 0.875, green: 0.047, blue: 0.482)
/* Android */
Color.parseColor("#df0c7b")Accessibility — WCAG contrast
Aa
#df0c7b on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0c7b on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green4.7%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow44.8%
Key (black)12.5%
Color previews
#df0c7b text on a black background
contrast 4.48:1
Card sample
#df0c7b text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0c7b;
Background color
Panel with #df0c7b background
background-color: #df0c7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0c7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 12, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 12, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0c7b; background: linear-gradient(135deg, #df0c7b, #DF2A0C);