#df5243
a balanced, vivid red · warm · closest name: tomato
RGB
223, 82, 67
HSL
6°, 71%, 57%
CMYK
0, 63, 70, 13
Luminance
0.2213
Every format
| HEX | #df5243 |
| RGB | rgb(223, 82, 67) |
| HSL | hsl(6, 71%, 57%) |
| CMYK | cmyk(0%, 63%, 70%, 13%) |
| LAB | lab(54.2 54.1 38.0) |
| LCH | lch(54.2 66.1 35.1) |
| OKLCH | oklch(0.626 0.179 29.2) |
Copy-ready code
/* CSS */
color: #df5243;
background-color: #df5243;
/* Tailwind (arbitrary) */
class="text-[#df5243] bg-[#df5243]"
/* SCSS */
$brand: #df5243;
/* SwiftUI */
Color(red: 0.875, green: 0.322, blue: 0.263)
/* Android */
Color.parseColor("#df5243")Accessibility — WCAG contrast
Aa
#df5243 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5243 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.2%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow70.0%
Key (black)12.5%
Color previews
#df5243 text on a black background
contrast 5.43:1
Card sample
#df5243 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5243;
Background color
Panel with #df5243 background
background-color: #df5243;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5243;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 82, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 82, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5243; background: linear-gradient(135deg, #df5243, #DFBA43);