#df5239
a balanced, vivid red · warm · closest name: tomato
RGB
223, 82, 57
HSL
9°, 72%, 55%
CMYK
0, 63, 74, 13
Luminance
0.2202
Every format
| HEX | #df5239 |
| RGB | rgb(223, 82, 57) |
| HSL | hsl(9, 72%, 55%) |
| CMYK | cmyk(0%, 63%, 74%, 13%) |
| LAB | lab(54.0 53.6 43.3) |
| LCH | lch(54.0 69.0 38.9) |
| OKLCH | oklch(0.624 0.181 32.3) |
Copy-ready code
/* CSS */
color: #df5239;
background-color: #df5239;
/* Tailwind (arbitrary) */
class="text-[#df5239] bg-[#df5239]"
/* SCSS */
$brand: #df5239;
/* SwiftUI */
Color(red: 0.875, green: 0.322, blue: 0.224)
/* Android */
Color.parseColor("#df5239")Accessibility — WCAG contrast
Aa
#df5239 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5239 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow74.4%
Key (black)12.5%
Color previews
#df5239 text on a black background
contrast 5.40:1
Card sample
#df5239 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5239;
Background color
Panel with #df5239 background
background-color: #df5239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 82, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 82, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5239; background: linear-gradient(135deg, #df5239, #DFC139);