#d99f13
a balanced, electric yellow · warm · closest name: orange
RGB
217, 159, 19
HSL
42°, 84%, 46%
CMYK
0, 27, 91, 15
Luminance
0.3960
Every format
| HEX | #d99f13 |
| RGB | rgb(217, 159, 19) |
| HSL | hsl(42, 84%, 46%) |
| CMYK | cmyk(0%, 27%, 91%, 15%) |
| LAB | lab(69.2 11.0 70.4) |
| LCH | lch(69.2 71.2 81.1) |
| OKLCH | oklch(0.738 0.149 81.6) |
Copy-ready code
/* CSS */
color: #d99f13;
background-color: #d99f13;
/* Tailwind (arbitrary) */
class="text-[#d99f13] bg-[#d99f13]"
/* SCSS */
$brand: #d99f13;
/* SwiftUI */
Color(red: 0.851, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#d99f13")Accessibility — WCAG contrast
Aa
#d99f13 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d99f13 on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green62.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow91.2%
Key (black)14.9%
Color previews
#d99f13 text on a black background
contrast 8.92:1
Card sample
#d99f13 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d99f13;
Background color
Panel with #d99f13 background
background-color: #d99f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d99f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d99f13; background: linear-gradient(135deg, #d99f13, #8FD913);