#df6348
a balanced, vivid red · warm · closest name: coral
RGB
223, 99, 72
HSL
11°, 70%, 58%
CMYK
0, 56, 68, 13
Luminance
0.2508
Every format
| HEX | #df6348 |
| RGB | rgb(223, 99, 72) |
| HSL | hsl(11, 70%, 58%) |
| CMYK | cmyk(0%, 56%, 68%, 13%) |
| LAB | lab(57.2 46.6 38.8) |
| LCH | lch(57.2 60.7 39.7) |
| OKLCH | oklch(0.648 0.161 33.8) |
Copy-ready code
/* CSS */
color: #df6348;
background-color: #df6348;
/* Tailwind (arbitrary) */
class="text-[#df6348] bg-[#df6348]"
/* SCSS */
$brand: #df6348;
/* SwiftUI */
Color(red: 0.875, green: 0.388, blue: 0.282)
/* Android */
Color.parseColor("#df6348")Accessibility — WCAG contrast
Aa
#df6348 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6348 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.8%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow67.7%
Key (black)12.5%
Color previews
#df6348 text on a black background
contrast 6.02:1
Card sample
#df6348 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6348;
Background color
Panel with #df6348 background
background-color: #df6348;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6348;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 99, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 99, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6348; background: linear-gradient(135deg, #df6348, #DFC848);