#df352d
a balanced, vivid red · warm · closest name: tomato
RGB
223, 53, 45
HSL
3°, 74%, 53%
CMYK
0, 76, 80, 13
Luminance
0.1842
Every format
| HEX | #df352d |
| RGB | rgb(223, 53, 45) |
| HSL | hsl(3, 74%, 53%) |
| CMYK | cmyk(0%, 76%, 80%, 13%) |
| LAB | lab(50.0 64.0 45.5) |
| LCH | lch(50.0 78.5 35.4) |
| OKLCH | oklch(0.594 0.207 28.2) |
Copy-ready code
/* CSS */
color: #df352d;
background-color: #df352d;
/* Tailwind (arbitrary) */
class="text-[#df352d] bg-[#df352d]"
/* SCSS */
$brand: #df352d;
/* SwiftUI */
Color(red: 0.875, green: 0.208, blue: 0.176)
/* Android */
Color.parseColor("#df352d")Accessibility — WCAG contrast
Aa
#df352d on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df352d on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.8%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow79.8%
Key (black)12.5%
Color previews
#df352d text on a black background
contrast 4.68:1
Card sample
#df352d text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df352d;
Background color
Panel with #df352d background
background-color: #df352d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df352d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 53, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 53, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df352d; background: linear-gradient(135deg, #df352d, #DFAC2D);