#df255c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 37, 92
HSL
342°, 74%, 51%
CMYK
0, 83, 59, 13
Luminance
0.1778
Every format
| HEX | #df255c |
| RGB | rgb(223, 37, 92) |
| HSL | hsl(342, 74%, 51%) |
| CMYK | cmyk(0%, 83%, 59%, 13%) |
| LAB | lab(49.2 70.3 17.1) |
| LCH | lch(49.2 72.4 13.7) |
| OKLCH | oklch(0.590 0.217 11.3) |
Copy-ready code
/* CSS */
color: #df255c;
background-color: #df255c;
/* Tailwind (arbitrary) */
class="text-[#df255c] bg-[#df255c]"
/* SCSS */
$brand: #df255c;
/* SwiftUI */
Color(red: 0.875, green: 0.145, blue: 0.361)
/* Android */
Color.parseColor("#df255c")Accessibility — WCAG contrast
Aa
#df255c on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df255c on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green14.5%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow58.7%
Key (black)12.5%
Color previews
#df255c text on a black background
contrast 4.56:1
Card sample
#df255c text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df255c;
Background color
Panel with #df255c background
background-color: #df255c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df255c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 37, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 37, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df255c; background: linear-gradient(135deg, #df255c, #DF6A25);