#919129
a dark, vivid yellow · cool · closest name: olive
RGB
145, 145, 41
HSL
60°, 56%, 37%
CMYK
0, 0, 72, 43
Luminance
0.2643
Every format
| HEX | #919129 |
| RGB | rgb(145, 145, 41) |
| HSL | hsl(60, 56%, 37%) |
| CMYK | cmyk(0%, 0%, 72%, 43%) |
| LAB | lab(58.4 -12.9 52.1) |
| LCH | lch(58.4 53.7 103.9) |
| OKLCH | oklch(0.637 0.123 109.4) |
Copy-ready code
/* CSS */
color: #919129;
background-color: #919129;
/* Tailwind (arbitrary) */
class="text-[#919129] bg-[#919129]"
/* SCSS */
$brand: #919129;
/* SwiftUI */
Color(red: 0.569, green: 0.569, blue: 0.161)
/* Android */
Color.parseColor("#919129")Accessibility — WCAG contrast
Aa
#919129 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#919129 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green56.9%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow71.7%
Key (black)43.1%
Color previews
#919129 text on a black background
contrast 6.29:1
Card sample
#919129 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #919129;
Background color
Panel with #919129 background
background-color: #919129;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #919129;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 145, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 145, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #919129; background: linear-gradient(135deg, #919129, #4C9129);