#987213
a dark, electric yellow · warm · closest name: peru
RGB
152, 114, 19
HSL
43°, 78%, 34%
CMYK
0, 25, 88, 40
Luminance
0.1876
Every format
| HEX | #987213 |
| RGB | rgb(152, 114, 19) |
| HSL | hsl(43, 78%, 34%) |
| CMYK | cmyk(0%, 25%, 88%, 40%) |
| LAB | lab(50.4 6.6 52.6) |
| LCH | lch(50.4 53.0 82.9) |
| OKLCH | oklch(0.575 0.112 83.9) |
Copy-ready code
/* CSS */
color: #987213;
background-color: #987213;
/* Tailwind (arbitrary) */
class="text-[#987213] bg-[#987213]"
/* SCSS */
$brand: #987213;
/* SwiftUI */
Color(red: 0.596, green: 0.447, blue: 0.075)
/* Android */
Color.parseColor("#987213")Accessibility — WCAG contrast
Aa
#987213 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#987213 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green44.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow87.5%
Key (black)40.4%
Color previews
#987213 text on a black background
contrast 4.75:1
Card sample
#987213 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #987213;
Background color
Panel with #987213 background
background-color: #987213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #987213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 114, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 114, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #987213; background: linear-gradient(135deg, #987213, #659813);