#df6342
a balanced, vivid red · warm · closest name: coral
RGB
223, 99, 66
HSL
13°, 71%, 57%
CMYK
0, 56, 70, 13
Luminance
0.2501
Every format
| HEX | #df6342 |
| RGB | rgb(223, 99, 66) |
| HSL | hsl(13, 71%, 57%) |
| CMYK | cmyk(0%, 56%, 70%, 13%) |
| LAB | lab(57.1 46.3 41.9) |
| LCH | lch(57.1 62.5 42.1) |
| OKLCH | oklch(0.648 0.163 35.9) |
Copy-ready code
/* CSS */
color: #df6342;
background-color: #df6342;
/* Tailwind (arbitrary) */
class="text-[#df6342] bg-[#df6342]"
/* SCSS */
$brand: #df6342;
/* SwiftUI */
Color(red: 0.875, green: 0.388, blue: 0.259)
/* Android */
Color.parseColor("#df6342")Accessibility — WCAG contrast
Aa
#df6342 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6342 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.8%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow70.4%
Key (black)12.5%
Color previews
#df6342 text on a black background
contrast 6.00:1
Card sample
#df6342 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6342;
Background color
Panel with #df6342 background
background-color: #df6342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 99, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 99, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6342; background: linear-gradient(135deg, #df6342, #DFCC42);