#d77f13
a balanced, electric orange · warm · closest name: chocolate
RGB
215, 127, 19
HSL
33°, 84%, 46%
CMYK
0, 41, 91, 16
Luminance
0.2967
Every format
| HEX | #d77f13 |
| RGB | rgb(215, 127, 19) |
| HSL | hsl(33, 84%, 46%) |
| CMYK | cmyk(0%, 41%, 91%, 16%) |
| LAB | lab(61.4 27.4 64.5) |
| LCH | lch(61.4 70.0 67.0) |
| OKLCH | oklch(0.677 0.150 62.6) |
Copy-ready code
/* CSS */
color: #d77f13;
background-color: #d77f13;
/* Tailwind (arbitrary) */
class="text-[#d77f13] bg-[#d77f13]"
/* SCSS */
$brand: #d77f13;
/* SwiftUI */
Color(red: 0.843, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#d77f13")Accessibility — WCAG contrast
Aa
#d77f13 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d77f13 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green49.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow91.2%
Key (black)15.7%
Color previews
#d77f13 text on a black background
contrast 6.93:1
Card sample
#d77f13 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d77f13;
Background color
Panel with #d77f13 background
background-color: #d77f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d77f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d77f13; background: linear-gradient(135deg, #d77f13, #ACD713);