#d6410f
a dark, electric orange · warm · closest name: tomato
RGB
214, 65, 15
HSL
15°, 87%, 45%
CMYK
0, 70, 93, 16
Luminance
0.1811
Every format
| HEX | #d6410f |
| RGB | rgb(214, 65, 15) |
| HSL | hsl(15, 87%, 45%) |
| CMYK | cmyk(0%, 70%, 93%, 16%) |
| LAB | lab(49.6 56.4 57.2) |
| LCH | lch(49.6 80.3 45.4) |
| OKLCH | oklch(0.587 0.193 36.2) |
Copy-ready code
/* CSS */
color: #d6410f;
background-color: #d6410f;
/* Tailwind (arbitrary) */
class="text-[#d6410f] bg-[#d6410f]"
/* SCSS */
$brand: #d6410f;
/* SwiftUI */
Color(red: 0.839, green: 0.255, blue: 0.059)
/* Android */
Color.parseColor("#d6410f")Accessibility — WCAG contrast
Aa
#d6410f on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d6410f on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green25.5%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow93.0%
Key (black)16.1%
Color previews
#d6410f text on a black background
contrast 4.62:1
Card sample
#d6410f text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6410f;
Background color
Panel with #d6410f background
background-color: #d6410f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6410f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 65, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 65, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6410f; background: linear-gradient(135deg, #d6410f, #D6C60F);