#df3f4b
a balanced, vivid red · warm · closest name: crimson
RGB
223, 63, 75
HSL
356°, 71%, 56%
CMYK
0, 72, 66, 13
Luminance
0.1975
Every format
| HEX | #df3f4b |
| RGB | rgb(223, 63, 75) |
| HSL | hsl(356, 71%, 56%) |
| CMYK | cmyk(0%, 72%, 66%, 13%) |
| LAB | lab(51.6 61.9 30.3) |
| LCH | lch(51.6 68.9 26.1) |
| OKLCH | oklch(0.606 0.196 21.4) |
Copy-ready code
/* CSS */
color: #df3f4b;
background-color: #df3f4b;
/* Tailwind (arbitrary) */
class="text-[#df3f4b] bg-[#df3f4b]"
/* SCSS */
$brand: #df3f4b;
/* SwiftUI */
Color(red: 0.875, green: 0.247, blue: 0.294)
/* Android */
Color.parseColor("#df3f4b")Accessibility — WCAG contrast
Aa
#df3f4b on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3f4b on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.7%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow66.4%
Key (black)12.5%
Color previews
#df3f4b text on a black background
contrast 4.95:1
Card sample
#df3f4b text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3f4b;
Background color
Panel with #df3f4b background
background-color: #df3f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 63, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 63, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3f4b; background: linear-gradient(135deg, #df3f4b, #DF9E3F);