#908b13
a dark, electric yellow · cool · closest name: olive
RGB
144, 139, 19
HSL
58°, 77%, 32%
CMYK
0, 4, 87, 44
Luminance
0.2444
Every format
| HEX | #908b13 |
| RGB | rgb(144, 139, 19) |
| HSL | hsl(58, 77%, 32%) |
| CMYK | cmyk(0%, 4%, 87%, 44%) |
| LAB | lab(56.5 -11.1 57.3) |
| LCH | lch(56.5 58.3 100.9) |
| OKLCH | oklch(0.622 0.128 106.9) |
Copy-ready code
/* CSS */
color: #908b13;
background-color: #908b13;
/* Tailwind (arbitrary) */
class="text-[#908b13] bg-[#908b13]"
/* SCSS */
$brand: #908b13;
/* SwiftUI */
Color(red: 0.565, green: 0.545, blue: 0.075)
/* Android */
Color.parseColor("#908b13")Accessibility — WCAG contrast
Aa
#908b13 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#908b13 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green54.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow86.8%
Key (black)43.5%
Color previews
#908b13 text on a black background
contrast 5.89:1
Card sample
#908b13 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #908b13;
Background color
Panel with #908b13 background
background-color: #908b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #908b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 139, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 139, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #908b13; background: linear-gradient(135deg, #908b13, #429013);