#df207c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 32, 124
HSL
331°, 75%, 50%
CMYK
0, 86, 44, 13
Luminance
0.1818
Every format
| HEX | #df207c |
| RGB | rgb(223, 32, 124) |
| HSL | hsl(331, 75%, 50%) |
| CMYK | cmyk(0%, 86%, 44%, 13%) |
| LAB | lab(49.7 73.7 -1.8) |
| LCH | lch(49.7 73.7 358.6) |
| OKLCH | oklch(0.596 0.227 359.0) |
Copy-ready code
/* CSS */
color: #df207c;
background-color: #df207c;
/* Tailwind (arbitrary) */
class="text-[#df207c] bg-[#df207c]"
/* SCSS */
$brand: #df207c;
/* SwiftUI */
Color(red: 0.875, green: 0.125, blue: 0.486)
/* Android */
Color.parseColor("#df207c")Accessibility — WCAG contrast
Aa
#df207c on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df207c on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.5%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow44.4%
Key (black)12.5%
Color previews
#df207c text on a black background
contrast 4.64:1
Card sample
#df207c text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df207c;
Background color
Panel with #df207c background
background-color: #df207c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df207c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 32, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 32, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df207c; background: linear-gradient(135deg, #df207c, #DF4320);