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