#906b21
a dark, vivid yellow · warm · closest name: peru
RGB
144, 107, 33
HSL
40°, 63%, 35%
CMYK
0, 26, 77, 44
Luminance
0.1655
Every format
| HEX | #906b21 |
| RGB | rgb(144, 107, 33) |
| HSL | hsl(40, 63%, 35%) |
| CMYK | cmyk(0%, 26%, 77%, 44%) |
| LAB | lab(47.7 7.4 44.8) |
| LCH | lch(47.7 45.4 80.7) |
| OKLCH | oklch(0.552 0.100 80.7) |
Copy-ready code
/* CSS */
color: #906b21;
background-color: #906b21;
/* Tailwind (arbitrary) */
class="text-[#906b21] bg-[#906b21]"
/* SCSS */
$brand: #906b21;
/* SwiftUI */
Color(red: 0.565, green: 0.420, blue: 0.129)
/* Android */
Color.parseColor("#906b21")Accessibility — WCAG contrast
Aa
#906b21 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#906b21 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green42.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow77.1%
Key (black)43.5%
Color previews
#906b21 text on a black background
contrast 4.31:1
Card sample
#906b21 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #906b21;
Background color
Panel with #906b21 background
background-color: #906b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #906b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 107, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 107, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #906b21; background: linear-gradient(135deg, #906b21, #6B9021);