#db9f13
a balanced, electric yellow · warm · closest name: orange
RGB
219, 159, 19
HSL
42°, 84%, 47%
CMYK
0, 27, 91, 14
Luminance
0.3990
Every format
| HEX | #db9f13 |
| RGB | rgb(219, 159, 19) |
| HSL | hsl(42, 84%, 47%) |
| CMYK | cmyk(0%, 27%, 91%, 14%) |
| LAB | lab(69.4 11.9 70.6) |
| LCH | lch(69.4 71.6 80.4) |
| OKLCH | oklch(0.741 0.150 80.7) |
Copy-ready code
/* CSS */
color: #db9f13;
background-color: #db9f13;
/* Tailwind (arbitrary) */
class="text-[#db9f13] bg-[#db9f13]"
/* SCSS */
$brand: #db9f13;
/* SwiftUI */
Color(red: 0.859, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#db9f13")Accessibility — WCAG contrast
Aa
#db9f13 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9f13 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green62.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow91.3%
Key (black)14.1%
Color previews
#db9f13 text on a black background
contrast 8.98:1
Card sample
#db9f13 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9f13;
Background color
Panel with #db9f13 background
background-color: #db9f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9f13; background: linear-gradient(135deg, #db9f13, #92DB13);