#d48f13
a balanced, electric orange · warm · closest name: orange
RGB
212, 143, 19
HSL
39°, 84%, 45%
CMYK
0, 33, 91, 17
Luminance
0.3369
Every format
| HEX | #d48f13 |
| RGB | rgb(212, 143, 19) |
| HSL | hsl(39, 84%, 45%) |
| CMYK | cmyk(0%, 33%, 91%, 17%) |
| LAB | lab(64.7 17.5 66.8) |
| LCH | lch(64.7 69.0 75.3) |
| OKLCH | oklch(0.702 0.145 73.8) |
Copy-ready code
/* CSS */
color: #d48f13;
background-color: #d48f13;
/* Tailwind (arbitrary) */
class="text-[#d48f13] bg-[#d48f13]"
/* SCSS */
$brand: #d48f13;
/* SwiftUI */
Color(red: 0.831, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#d48f13")Accessibility — WCAG contrast
Aa
#d48f13 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d48f13 on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow91.0%
Key (black)16.9%
Color previews
#d48f13 text on a black background
contrast 7.74:1
Card sample
#d48f13 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d48f13;
Background color
Panel with #d48f13 background
background-color: #d48f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d48f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d48f13; background: linear-gradient(135deg, #d48f13, #98D413);