#908021
a dark, vivid yellow · cool · closest name: olive
RGB
144, 128, 33
HSL
51°, 63%, 35%
CMYK
0, 11, 77, 44
Luminance
0.2148
Every format
| HEX | #908021 |
| RGB | rgb(144, 128, 33) |
| HSL | hsl(51, 63%, 35%) |
| CMYK | cmyk(0%, 11%, 77%, 44%) |
| LAB | lab(53.5 -4.6 50.3) |
| LCH | lch(53.5 50.5 95.2) |
| OKLCH | oklch(0.597 0.112 99.3) |
Copy-ready code
/* CSS */
color: #908021;
background-color: #908021;
/* Tailwind (arbitrary) */
class="text-[#908021] bg-[#908021]"
/* SCSS */
$brand: #908021;
/* SwiftUI */
Color(red: 0.565, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#908021")Accessibility — WCAG contrast
Aa
#908021 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#908021 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow77.1%
Key (black)43.5%
Color previews
#908021 text on a black background
contrast 5.30:1
Card sample
#908021 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #908021;
Background color
Panel with #908021 background
background-color: #908021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #908021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #908021; background: linear-gradient(135deg, #908021, #569021);