#d54f21
a balanced, vivid orange · warm · closest name: tomato
RGB
213, 79, 33
HSL
15°, 73%, 48%
CMYK
0, 63, 85, 17
Luminance
0.1985
Every format
| HEX | #d54f21 |
| RGB | rgb(213, 79, 33) |
| HSL | hsl(15, 73%, 48%) |
| CMYK | cmyk(0%, 63%, 85%, 17%) |
| LAB | lab(51.7 50.7 52.1) |
| LCH | lch(51.7 72.7 45.8) |
| OKLCH | oklch(0.603 0.178 37.9) |
Copy-ready code
/* CSS */
color: #d54f21;
background-color: #d54f21;
/* Tailwind (arbitrary) */
class="text-[#d54f21] bg-[#d54f21]"
/* SCSS */
$brand: #d54f21;
/* SwiftUI */
Color(red: 0.835, green: 0.310, blue: 0.129)
/* Android */
Color.parseColor("#d54f21")Accessibility — WCAG contrast
Aa
#d54f21 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d54f21 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green31.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow84.5%
Key (black)16.5%
Color previews
#d54f21 text on a black background
contrast 4.97:1
Card sample
#d54f21 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d54f21;
Background color
Panel with #d54f21 background
background-color: #d54f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d54f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 79, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 79, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d54f21; background: linear-gradient(135deg, #d54f21, #D5C721);