#d46f13
a balanced, electric orange · warm · closest name: chocolate
RGB
212, 111, 19
HSL
29°, 84%, 45%
CMYK
0, 48, 91, 17
Luminance
0.2541
Every format
| HEX | #d46f13 |
| RGB | rgb(212, 111, 19) |
| HSL | hsl(29, 84%, 45%) |
| CMYK | cmyk(0%, 48%, 91%, 17%) |
| LAB | lab(57.5 34.5 61.4) |
| LCH | lch(57.5 70.5 60.6) |
| OKLCH | oklch(0.646 0.155 54.4) |
Copy-ready code
/* CSS */
color: #d46f13;
background-color: #d46f13;
/* Tailwind (arbitrary) */
class="text-[#d46f13] bg-[#d46f13]"
/* SCSS */
$brand: #d46f13;
/* SwiftUI */
Color(red: 0.831, green: 0.435, blue: 0.075)
/* Android */
Color.parseColor("#d46f13")Accessibility — WCAG contrast
Aa
#d46f13 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d46f13 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green43.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow91.0%
Key (black)16.9%
Color previews
#d46f13 text on a black background
contrast 6.08:1
Card sample
#d46f13 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d46f13;
Background color
Panel with #d46f13 background
background-color: #d46f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d46f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 111, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 111, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d46f13; background: linear-gradient(135deg, #d46f13, #B8D413);