#936f21
a dark, vivid yellow · warm · closest name: peru
RGB
147, 111, 33
HSL
41°, 63%, 35%
CMYK
0, 25, 78, 42
Luminance
0.1768
Every format
| HEX | #936f21 |
| RGB | rgb(147, 111, 33) |
| HSL | hsl(41, 63%, 35%) |
| CMYK | cmyk(0%, 25%, 78%, 42%) |
| LAB | lab(49.1 6.5 46.3) |
| LCH | lch(49.1 46.8 82.1) |
| OKLCH | oklch(0.564 0.103 82.5) |
Copy-ready code
/* CSS */
color: #936f21;
background-color: #936f21;
/* Tailwind (arbitrary) */
class="text-[#936f21] bg-[#936f21]"
/* SCSS */
$brand: #936f21;
/* SwiftUI */
Color(red: 0.576, green: 0.435, blue: 0.129)
/* Android */
Color.parseColor("#936f21")Accessibility — WCAG contrast
Aa
#936f21 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#936f21 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green43.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow77.6%
Key (black)42.4%
Color previews
#936f21 text on a black background
contrast 4.54:1
Card sample
#936f21 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #936f21;
Background color
Panel with #936f21 background
background-color: #936f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #936f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 111, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 111, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #936f21; background: linear-gradient(135deg, #936f21, #6B9321);