#99720f
a dark, electric yellow · warm · closest name: peru
RGB
153, 114, 15
HSL
43°, 82%, 33%
CMYK
0, 26, 90, 40
Luminance
0.1884
Every format
| HEX | #99720f |
| RGB | rgb(153, 114, 15) |
| HSL | hsl(43, 82%, 33%) |
| CMYK | cmyk(0%, 26%, 90%, 40%) |
| LAB | lab(50.5 6.9 53.8) |
| LCH | lch(50.5 54.2 82.6) |
| OKLCH | oklch(0.576 0.114 83.7) |
Copy-ready code
/* CSS */
color: #99720f;
background-color: #99720f;
/* Tailwind (arbitrary) */
class="text-[#99720f] bg-[#99720f]"
/* SCSS */
$brand: #99720f;
/* SwiftUI */
Color(red: 0.600, green: 0.447, blue: 0.059)
/* Android */
Color.parseColor("#99720f")Accessibility — WCAG contrast
Aa
#99720f on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#99720f on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green44.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow90.2%
Key (black)40.0%
Color previews
#99720f text on a black background
contrast 4.77:1
Card sample
#99720f text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99720f;
Background color
Panel with #99720f background
background-color: #99720f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99720f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 114, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 114, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99720f; background: linear-gradient(135deg, #99720f, #64990F);