#908c21
a dark, vivid yellow · cool · closest name: olive
RGB
144, 140, 33
HSL
58°, 63%, 35%
CMYK
0, 3, 77, 44
Luminance
0.2480
Every format
| HEX | #908c21 |
| RGB | rgb(144, 140, 33) |
| HSL | hsl(58, 63%, 35%) |
| CMYK | cmyk(0%, 3%, 77%, 44%) |
| LAB | lab(56.9 -11.1 53.5) |
| LCH | lch(56.9 54.6 101.7) |
| OKLCH | oklch(0.624 0.123 107.3) |
Copy-ready code
/* CSS */
color: #908c21;
background-color: #908c21;
/* Tailwind (arbitrary) */
class="text-[#908c21] bg-[#908c21]"
/* SCSS */
$brand: #908c21;
/* SwiftUI */
Color(red: 0.565, green: 0.549, blue: 0.129)
/* Android */
Color.parseColor("#908c21")Accessibility — WCAG contrast
Aa
#908c21 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#908c21 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green54.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow77.1%
Key (black)43.5%
Color previews
#908c21 text on a black background
contrast 5.96:1
Card sample
#908c21 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #908c21;
Background color
Panel with #908c21 background
background-color: #908c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #908c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 140, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 140, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #908c21; background: linear-gradient(135deg, #908c21, #4A9021);