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