#928607
a dark, electric yellow · cool · closest name: olive
RGB
146, 134, 7
HSL
55°, 91%, 30%
CMYK
0, 8, 95, 43
Luminance
0.2318
Every format
| HEX | #928607 |
| RGB | rgb(146, 134, 7) |
| HSL | hsl(55, 91%, 30%) |
| CMYK | cmyk(0%, 8%, 95%, 43%) |
| LAB | lab(55.3 -7.7 58.7) |
| LCH | lch(55.3 59.2 97.5) |
| OKLCH | oklch(0.612 0.127 103.1) |
Copy-ready code
/* CSS */
color: #928607;
background-color: #928607;
/* Tailwind (arbitrary) */
class="text-[#928607] bg-[#928607]"
/* SCSS */
$brand: #928607;
/* SwiftUI */
Color(red: 0.573, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#928607")Accessibility — WCAG contrast
Aa
#928607 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#928607 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green52.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow95.2%
Key (black)42.7%
Color previews
#928607 text on a black background
contrast 5.64:1
Card sample
#928607 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #928607;
Background color
Panel with #928607 background
background-color: #928607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #928607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #928607; background: linear-gradient(135deg, #928607, #419207);