#df435c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 67, 92
HSL
350°, 71%, 57%
CMYK
0, 70, 59, 13
Luminance
0.2047
Every format
| HEX | #df435c |
| RGB | rgb(223, 67, 92) |
| HSL | hsl(350, 71%, 57%) |
| CMYK | cmyk(0%, 70%, 59%, 13%) |
| LAB | lab(52.4 61.5 21.3) |
| LCH | lch(52.4 65.1 19.1) |
| OKLCH | oklch(0.614 0.192 15.8) |
Copy-ready code
/* CSS */
color: #df435c;
background-color: #df435c;
/* Tailwind (arbitrary) */
class="text-[#df435c] bg-[#df435c]"
/* SCSS */
$brand: #df435c;
/* SwiftUI */
Color(red: 0.875, green: 0.263, blue: 0.361)
/* Android */
Color.parseColor("#df435c")Accessibility — WCAG contrast
Aa
#df435c on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df435c on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green26.3%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow58.7%
Key (black)12.5%
Color previews
#df435c text on a black background
contrast 5.09:1
Card sample
#df435c text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df435c;
Background color
Panel with #df435c background
background-color: #df435c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df435c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 67, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 67, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df435c; background: linear-gradient(135deg, #df435c, #DF9243);