#d64f21
a balanced, vivid orange · warm · closest name: tomato
RGB
214, 79, 33
HSL
15°, 73%, 48%
CMYK
0, 63, 85, 16
Luminance
0.2000
Every format
| HEX | #d64f21 |
| RGB | rgb(214, 79, 33) |
| HSL | hsl(15, 73%, 48%) |
| CMYK | cmyk(0%, 63%, 85%, 16%) |
| LAB | lab(51.8 51.0 52.3) |
| LCH | lch(51.8 73.1 45.7) |
| OKLCH | oklch(0.604 0.179 37.8) |
Copy-ready code
/* CSS */
color: #d64f21;
background-color: #d64f21;
/* Tailwind (arbitrary) */
class="text-[#d64f21] bg-[#d64f21]"
/* SCSS */
$brand: #d64f21;
/* SwiftUI */
Color(red: 0.839, green: 0.310, blue: 0.129)
/* Android */
Color.parseColor("#d64f21")Accessibility — WCAG contrast
Aa
#d64f21 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d64f21 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green31.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow84.6%
Key (black)16.1%
Color previews
#d64f21 text on a black background
contrast 5.00:1
Card sample
#d64f21 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d64f21;
Background color
Panel with #d64f21 background
background-color: #d64f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d64f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 79, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 79, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d64f21; background: linear-gradient(135deg, #d64f21, #D6C721);