#d63607
a dark, electric red · warm · closest name: tomato
RGB
214, 54, 7
HSL
14°, 94%, 43%
CMYK
0, 75, 97, 16
Luminance
0.1695
Every format
| HEX | #d63607 |
| RGB | rgb(214, 54, 7) |
| HSL | hsl(14, 94%, 43%) |
| CMYK | cmyk(0%, 75%, 97%, 16%) |
| LAB | lab(48.2 60.2 58.4) |
| LCH | lch(48.2 83.9 44.1) |
| OKLCH | oklch(0.577 0.202 34.3) |
Copy-ready code
/* CSS */
color: #d63607;
background-color: #d63607;
/* Tailwind (arbitrary) */
class="text-[#d63607] bg-[#d63607]"
/* SCSS */
$brand: #d63607;
/* SwiftUI */
Color(red: 0.839, green: 0.212, blue: 0.027)
/* Android */
Color.parseColor("#d63607")Accessibility — WCAG contrast
Aa
#d63607 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d63607 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green21.2%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow96.7%
Key (black)16.1%
Color previews
#d63607 text on a black background
contrast 4.39:1
Card sample
#d63607 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d63607;
Background color
Panel with #d63607 background
background-color: #d63607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d63607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 54, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 54, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d63607; background: linear-gradient(135deg, #d63607, #D6C007);