#906b13
a dark, electric yellow · warm · closest name: peru
RGB
144, 107, 19
HSL
42°, 77%, 32%
CMYK
0, 26, 87, 44
Luminance
0.1649
Every format
| HEX | #906b13 |
| RGB | rgb(144, 107, 19) |
| HSL | hsl(42, 77%, 32%) |
| CMYK | cmyk(0%, 26%, 87%, 44%) |
| LAB | lab(47.6 6.8 49.9) |
| LCH | lch(47.6 50.4 82.2) |
| OKLCH | oklch(0.551 0.107 83.0) |
Copy-ready code
/* CSS */
color: #906b13;
background-color: #906b13;
/* Tailwind (arbitrary) */
class="text-[#906b13] bg-[#906b13]"
/* SCSS */
$brand: #906b13;
/* SwiftUI */
Color(red: 0.565, green: 0.420, blue: 0.075)
/* Android */
Color.parseColor("#906b13")Accessibility — WCAG contrast
Aa
#906b13 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#906b13 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green42.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow86.8%
Key (black)43.5%
Color previews
#906b13 text on a black background
contrast 4.30:1
Card sample
#906b13 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #906b13;
Background color
Panel with #906b13 background
background-color: #906b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #906b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 107, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 107, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #906b13; background: linear-gradient(135deg, #906b13, #629013);