#df6f4b
a balanced, vivid red · warm · closest name: coral
RGB
223, 111, 75
HSL
15°, 70%, 58%
CMYK
0, 50, 66, 13
Luminance
0.2756
Every format
| HEX | #df6f4b |
| RGB | rgb(223, 111, 75) |
| HSL | hsl(15, 70%, 58%) |
| CMYK | cmyk(0%, 50%, 66%, 13%) |
| LAB | lab(59.5 40.9 39.9) |
| LCH | lch(59.5 57.2 44.3) |
| OKLCH | oklch(0.666 0.149 38.4) |
Copy-ready code
/* CSS */
color: #df6f4b;
background-color: #df6f4b;
/* Tailwind (arbitrary) */
class="text-[#df6f4b] bg-[#df6f4b]"
/* SCSS */
$brand: #df6f4b;
/* SwiftUI */
Color(red: 0.875, green: 0.435, blue: 0.294)
/* Android */
Color.parseColor("#df6f4b")Accessibility — WCAG contrast
Aa
#df6f4b on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6f4b on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow66.4%
Key (black)12.5%
Color previews
#df6f4b text on a black background
contrast 6.51:1
Card sample
#df6f4b text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6f4b;
Background color
Panel with #df6f4b background
background-color: #df6f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 111, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 111, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6f4b; background: linear-gradient(135deg, #df6f4b, #DFD24B);