#df5f3f
a balanced, vivid red · warm · closest name: tomato
RGB
223, 95, 63
HSL
12°, 71%, 56%
CMYK
0, 57, 72, 13
Luminance
0.2423
Every format
| HEX | #df5f3f |
| RGB | rgb(223, 95, 63) |
| HSL | hsl(12, 71%, 56%) |
| CMYK | cmyk(0%, 57%, 72%, 13%) |
| LAB | lab(56.3 48.1 42.7) |
| LCH | lch(56.3 64.3 41.6) |
| OKLCH | oklch(0.642 0.167 35.2) |
Copy-ready code
/* CSS */
color: #df5f3f;
background-color: #df5f3f;
/* Tailwind (arbitrary) */
class="text-[#df5f3f] bg-[#df5f3f]"
/* SCSS */
$brand: #df5f3f;
/* SwiftUI */
Color(red: 0.875, green: 0.373, blue: 0.247)
/* Android */
Color.parseColor("#df5f3f")Accessibility — WCAG contrast
Aa
#df5f3f on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5f3f on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow71.7%
Key (black)12.5%
Color previews
#df5f3f text on a black background
contrast 5.85:1
Card sample
#df5f3f text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5f3f;
Background color
Panel with #df5f3f background
background-color: #df5f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 95, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 95, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5f3f; background: linear-gradient(135deg, #df5f3f, #DFCA3F);