#df5231
a balanced, vivid red · warm · closest name: tomato
RGB
223, 82, 49
HSL
11°, 73%, 53%
CMYK
0, 63, 78, 13
Luminance
0.2194
Every format
| HEX | #df5231 |
| RGB | rgb(223, 82, 49) |
| HSL | hsl(11, 73%, 53%) |
| CMYK | cmyk(0%, 63%, 78%, 13%) |
| LAB | lab(54.0 53.4 47.4) |
| LCH | lch(54.0 71.3 41.6) |
| OKLCH | oklch(0.624 0.182 34.5) |
Copy-ready code
/* CSS */
color: #df5231;
background-color: #df5231;
/* Tailwind (arbitrary) */
class="text-[#df5231] bg-[#df5231]"
/* SCSS */
$brand: #df5231;
/* SwiftUI */
Color(red: 0.875, green: 0.322, blue: 0.192)
/* Android */
Color.parseColor("#df5231")Accessibility — WCAG contrast
Aa
#df5231 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5231 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.2%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow78.0%
Key (black)12.5%
Color previews
#df5231 text on a black background
contrast 5.39:1
Card sample
#df5231 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5231;
Background color
Panel with #df5231 background
background-color: #df5231;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5231;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 82, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 82, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5231; background: linear-gradient(135deg, #df5231, #DFC631);