#d89f13
a balanced, electric yellow · warm · closest name: orange
RGB
216, 159, 19
HSL
43°, 84%, 46%
CMYK
0, 26, 91, 15
Luminance
0.3944
Every format
| HEX | #d89f13 |
| RGB | rgb(216, 159, 19) |
| HSL | hsl(43, 84%, 46%) |
| CMYK | cmyk(0%, 26%, 91%, 15%) |
| LAB | lab(69.1 10.6 70.2) |
| LCH | lch(69.1 71.0 81.4) |
| OKLCH | oklch(0.737 0.148 82.0) |
Copy-ready code
/* CSS */
color: #d89f13;
background-color: #d89f13;
/* Tailwind (arbitrary) */
class="text-[#d89f13] bg-[#d89f13]"
/* SCSS */
$brand: #d89f13;
/* SwiftUI */
Color(red: 0.847, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#d89f13")Accessibility — WCAG contrast
Aa
#d89f13 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d89f13 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green62.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow91.2%
Key (black)15.3%
Color previews
#d89f13 text on a black background
contrast 8.89:1
Card sample
#d89f13 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d89f13;
Background color
Panel with #d89f13 background
background-color: #d89f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d89f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d89f13; background: linear-gradient(135deg, #d89f13, #8ED813);