#df235c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 35, 92
HSL
342°, 75%, 51%
CMYK
0, 84, 59, 13
Luminance
0.1766
Every format
| HEX | #df235c |
| RGB | rgb(223, 35, 92) |
| HSL | hsl(342, 75%, 51%) |
| CMYK | cmyk(0%, 84%, 59%, 13%) |
| LAB | lab(49.1 70.7 16.9) |
| LCH | lch(49.1 72.7 13.4) |
| OKLCH | oklch(0.589 0.218 11.1) |
Copy-ready code
/* CSS */
color: #df235c;
background-color: #df235c;
/* Tailwind (arbitrary) */
class="text-[#df235c] bg-[#df235c]"
/* SCSS */
$brand: #df235c;
/* SwiftUI */
Color(red: 0.875, green: 0.137, blue: 0.361)
/* Android */
Color.parseColor("#df235c")Accessibility — WCAG contrast
Aa
#df235c on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df235c on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green13.7%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow58.7%
Key (black)12.5%
Color previews
#df235c text on a black background
contrast 4.53:1
Card sample
#df235c text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df235c;
Background color
Panel with #df235c background
background-color: #df235c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df235c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 35, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 35, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df235c; background: linear-gradient(135deg, #df235c, #DF6723);