#d38f13
a balanced, electric orange · warm · closest name: orange
RGB
211, 143, 19
HSL
39°, 84%, 45%
CMYK
0, 32, 91, 17
Luminance
0.3354
Every format
| HEX | #d38f13 |
| RGB | rgb(211, 143, 19) |
| HSL | hsl(39, 84%, 45%) |
| CMYK | cmyk(0%, 32%, 91%, 17%) |
| LAB | lab(64.6 17.0 66.6) |
| LCH | lch(64.6 68.8 75.7) |
| OKLCH | oklch(0.701 0.144 74.2) |
Copy-ready code
/* CSS */
color: #d38f13;
background-color: #d38f13;
/* Tailwind (arbitrary) */
class="text-[#d38f13] bg-[#d38f13]"
/* SCSS */
$brand: #d38f13;
/* SwiftUI */
Color(red: 0.827, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#d38f13")Accessibility — WCAG contrast
Aa
#d38f13 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d38f13 on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow91.0%
Key (black)17.3%
Color previews
#d38f13 text on a black background
contrast 7.71:1
Card sample
#d38f13 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d38f13;
Background color
Panel with #d38f13 background
background-color: #d38f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d38f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d38f13; background: linear-gradient(135deg, #d38f13, #97D313);