#df5a3f
a balanced, vivid red · warm · closest name: tomato
RGB
223, 90, 63
HSL
10°, 71%, 56%
CMYK
0, 60, 72, 13
Luminance
0.2336
Every format
| HEX | #df5a3f |
| RGB | rgb(223, 90, 63) |
| HSL | hsl(10, 71%, 56%) |
| CMYK | cmyk(0%, 60%, 72%, 13%) |
| LAB | lab(55.5 50.4 41.7) |
| LCH | lch(55.5 65.4 39.6) |
| OKLCH | oklch(0.635 0.172 33.3) |
Copy-ready code
/* CSS */
color: #df5a3f;
background-color: #df5a3f;
/* Tailwind (arbitrary) */
class="text-[#df5a3f] bg-[#df5a3f]"
/* SCSS */
$brand: #df5a3f;
/* SwiftUI */
Color(red: 0.875, green: 0.353, blue: 0.247)
/* Android */
Color.parseColor("#df5a3f")Accessibility — WCAG contrast
Aa
#df5a3f on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5a3f on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green35.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow71.7%
Key (black)12.5%
Color previews
#df5a3f text on a black background
contrast 5.67:1
Card sample
#df5a3f text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5a3f;
Background color
Panel with #df5a3f background
background-color: #df5a3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5a3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 90, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 90, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5a3f; background: linear-gradient(135deg, #df5a3f, #DFC53F);