#df6540
a balanced, vivid red · warm · closest name: coral
RGB
223, 101, 64
HSL
14°, 71%, 56%
CMYK
0, 55, 71, 13
Luminance
0.2537
Every format
| HEX | #df6540 |
| RGB | rgb(223, 101, 64) |
| HSL | hsl(14, 71%, 56%) |
| CMYK | cmyk(0%, 55%, 71%, 13%) |
| LAB | lab(57.4 45.3 43.4) |
| LCH | lch(57.4 62.7 43.8) |
| OKLCH | oklch(0.650 0.162 37.4) |
Copy-ready code
/* CSS */
color: #df6540;
background-color: #df6540;
/* Tailwind (arbitrary) */
class="text-[#df6540] bg-[#df6540]"
/* SCSS */
$brand: #df6540;
/* SwiftUI */
Color(red: 0.875, green: 0.396, blue: 0.251)
/* Android */
Color.parseColor("#df6540")Accessibility — WCAG contrast
Aa
#df6540 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6540 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.6%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow71.3%
Key (black)12.5%
Color previews
#df6540 text on a black background
contrast 6.07:1
Card sample
#df6540 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6540;
Background color
Panel with #df6540 background
background-color: #df6540;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6540;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 101, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 101, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6540; background: linear-gradient(135deg, #df6540, #DFCF40);