#df6c4b
a balanced, vivid red · warm · closest name: coral
RGB
223, 108, 75
HSL
13°, 70%, 58%
CMYK
0, 52, 66, 13
Luminance
0.2692
Every format
| HEX | #df6c4b |
| RGB | rgb(223, 108, 75) |
| HSL | hsl(13, 70%, 58%) |
| CMYK | cmyk(0%, 52%, 66%, 13%) |
| LAB | lab(58.9 42.4 39.2) |
| LCH | lch(58.9 57.8 42.7) |
| OKLCH | oklch(0.662 0.152 36.9) |
Copy-ready code
/* CSS */
color: #df6c4b;
background-color: #df6c4b;
/* Tailwind (arbitrary) */
class="text-[#df6c4b] bg-[#df6c4b]"
/* SCSS */
$brand: #df6c4b;
/* SwiftUI */
Color(red: 0.875, green: 0.424, blue: 0.294)
/* Android */
Color.parseColor("#df6c4b")Accessibility — WCAG contrast
Aa
#df6c4b on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6c4b on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.4%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow66.4%
Key (black)12.5%
Color previews
#df6c4b text on a black background
contrast 6.38:1
Card sample
#df6c4b text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6c4b;
Background color
Panel with #df6c4b background
background-color: #df6c4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6c4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 108, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 108, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6c4b; background: linear-gradient(135deg, #df6c4b, #DFCF4B);