#df4c69
a balanced, vivid red · warm · closest name: crimson
RGB
223, 76, 105
HSL
348°, 70%, 59%
CMYK
0, 66, 53, 13
Luminance
0.2188
Every format
| HEX | #df4c69 |
| RGB | rgb(223, 76, 105) |
| HSL | hsl(348, 70%, 59%) |
| CMYK | cmyk(0%, 66%, 53%, 13%) |
| LAB | lab(53.9 59.0 15.6) |
| LCH | lch(53.9 61.0 14.8) |
| OKLCH | oklch(0.626 0.183 12.5) |
Copy-ready code
/* CSS */
color: #df4c69;
background-color: #df4c69;
/* Tailwind (arbitrary) */
class="text-[#df4c69] bg-[#df4c69]"
/* SCSS */
$brand: #df4c69;
/* SwiftUI */
Color(red: 0.875, green: 0.298, blue: 0.412)
/* Android */
Color.parseColor("#df4c69")Accessibility — WCAG contrast
Aa
#df4c69 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4c69 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.8%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow52.9%
Key (black)12.5%
Color previews
#df4c69 text on a black background
contrast 5.38:1
Card sample
#df4c69 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4c69;
Background color
Panel with #df4c69 background
background-color: #df4c69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4c69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 76, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 76, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4c69; background: linear-gradient(135deg, #df4c69, #DF914C);