#d49f00
a dark, electric yellow · cool · closest name: orange
RGB
212, 159, 0
HSL
45°, 100%, 42%
CMYK
0, 25, 100, 17
Luminance
0.3879
Every format
| HEX | #d49f00 |
| RGB | rgb(212, 159, 0) |
| HSL | hsl(45, 100%, 42%) |
| CMYK | cmyk(0%, 25%, 100%, 17%) |
| LAB | lab(68.6 8.6 72.4) |
| LCH | lch(68.6 72.9 83.2) |
| OKLCH | oklch(0.733 0.150 84.5) |
Copy-ready code
/* CSS */
color: #d49f00;
background-color: #d49f00;
/* Tailwind (arbitrary) */
class="text-[#d49f00] bg-[#d49f00]"
/* SCSS */
$brand: #d49f00;
/* SwiftUI */
Color(red: 0.831, green: 0.624, blue: 0.000)
/* Android */
Color.parseColor("#d49f00")Accessibility — WCAG contrast
Aa
#d49f00 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d49f00 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green62.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow100.0%
Key (black)16.9%
Color previews
#d49f00 text on a black background
contrast 8.76:1
Card sample
#d49f00 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d49f00;
Background color
Panel with #d49f00 background
background-color: #d49f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d49f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 159, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 159, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d49f00; background: linear-gradient(135deg, #d49f00, #7CD400);