#df4227
a balanced, vivid red · warm · closest name: tomato
RGB
223, 66, 39
HSL
9°, 74%, 51%
CMYK
0, 70, 83, 13
Luminance
0.1973
Every format
| HEX | #df4227 |
| RGB | rgb(223, 66, 39) |
| HSL | hsl(9, 74%, 51%) |
| CMYK | cmyk(0%, 70%, 83%, 13%) |
| LAB | lab(51.5 59.4 49.9) |
| LCH | lch(51.5 77.6 40.0) |
| OKLCH | oklch(0.605 0.198 32.2) |
Copy-ready code
/* CSS */
color: #df4227;
background-color: #df4227;
/* Tailwind (arbitrary) */
class="text-[#df4227] bg-[#df4227]"
/* SCSS */
$brand: #df4227;
/* SwiftUI */
Color(red: 0.875, green: 0.259, blue: 0.153)
/* Android */
Color.parseColor("#df4227")Accessibility — WCAG contrast
Aa
#df4227 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4227 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.9%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow82.5%
Key (black)12.5%
Color previews
#df4227 text on a black background
contrast 4.95:1
Card sample
#df4227 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4227;
Background color
Panel with #df4227 background
background-color: #df4227;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4227;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 66, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 66, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4227; background: linear-gradient(135deg, #df4227, #DFBD27);