#df6d3f
a balanced, vivid orange · warm · closest name: coral
RGB
223, 109, 63
HSL
17°, 71%, 56%
CMYK
0, 51, 72, 13
Luminance
0.2698
Every format
| HEX | #df6d3f |
| RGB | rgb(223, 109, 63) |
| HSL | hsl(17, 71%, 56%) |
| CMYK | cmyk(0%, 51%, 72%, 13%) |
| LAB | lab(59.0 41.3 45.6) |
| LCH | lch(59.0 61.5 47.8) |
| OKLCH | oklch(0.662 0.155 41.6) |
Copy-ready code
/* CSS */
color: #df6d3f;
background-color: #df6d3f;
/* Tailwind (arbitrary) */
class="text-[#df6d3f] bg-[#df6d3f]"
/* SCSS */
$brand: #df6d3f;
/* SwiftUI */
Color(red: 0.875, green: 0.427, blue: 0.247)
/* Android */
Color.parseColor("#df6d3f")Accessibility — WCAG contrast
Aa
#df6d3f on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6d3f on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow71.7%
Key (black)12.5%
Color previews
#df6d3f text on a black background
contrast 6.40:1
Card sample
#df6d3f text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6d3f;
Background color
Panel with #df6d3f background
background-color: #df6d3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6d3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 109, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 109, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6d3f; background: linear-gradient(135deg, #df6d3f, #DFD83F);