#df4166
a balanced, vivid red · warm · closest name: crimson
RGB
223, 65, 102
HSL
346°, 71%, 57%
CMYK
0, 71, 54, 13
Luminance
0.2043
Every format
| HEX | #df4166 |
| RGB | rgb(223, 65, 102) |
| HSL | hsl(346, 71%, 57%) |
| CMYK | cmyk(0%, 71%, 54%, 13%) |
| LAB | lab(52.3 62.9 15.2) |
| LCH | lch(52.3 64.8 13.6) |
| OKLCH | oklch(0.614 0.194 11.4) |
Copy-ready code
/* CSS */
color: #df4166;
background-color: #df4166;
/* Tailwind (arbitrary) */
class="text-[#df4166] bg-[#df4166]"
/* SCSS */
$brand: #df4166;
/* SwiftUI */
Color(red: 0.875, green: 0.255, blue: 0.400)
/* Android */
Color.parseColor("#df4166")Accessibility — WCAG contrast
Aa
#df4166 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4166 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.5%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow54.3%
Key (black)12.5%
Color previews
#df4166 text on a black background
contrast 5.09:1
Card sample
#df4166 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4166;
Background color
Panel with #df4166 background
background-color: #df4166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 65, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 65, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4166; background: linear-gradient(135deg, #df4166, #DF8541);