#908f13
a dark, electric yellow · cool · closest name: olive
RGB
144, 143, 19
HSL
60°, 77%, 32%
CMYK
0, 1, 87, 44
Luminance
0.2562
Every format
| HEX | #908f13 |
| RGB | rgb(144, 143, 19) |
| HSL | hsl(60, 77%, 32%) |
| CMYK | cmyk(0%, 1%, 87%, 44%) |
| LAB | lab(57.7 -13.2 58.2) |
| LCH | lch(57.7 59.7 102.8) |
| OKLCH | oklch(0.631 0.132 109.1) |
Copy-ready code
/* CSS */
color: #908f13;
background-color: #908f13;
/* Tailwind (arbitrary) */
class="text-[#908f13] bg-[#908f13]"
/* SCSS */
$brand: #908f13;
/* SwiftUI */
Color(red: 0.565, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#908f13")Accessibility — WCAG contrast
Aa
#908f13 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#908f13 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta0.7%
Yellow86.8%
Key (black)43.5%
Color previews
#908f13 text on a black background
contrast 6.12:1
Card sample
#908f13 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #908f13;
Background color
Panel with #908f13 background
background-color: #908f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #908f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #908f13; background: linear-gradient(135deg, #908f13, #3E9013);