#958708
a dark, electric yellow · cool · closest name: olive
RGB
149, 135, 8
HSL
54°, 90%, 31%
CMYK
0, 9, 95, 42
Luminance
0.2374
Every format
| HEX | #958708 |
| RGB | rgb(149, 135, 8) |
| HSL | hsl(54, 90%, 31%) |
| CMYK | cmyk(0%, 9%, 95%, 42%) |
| LAB | lab(55.8 -6.8 59.0) |
| LCH | lch(55.8 59.4 96.6) |
| OKLCH | oklch(0.617 0.127 102.0) |
Copy-ready code
/* CSS */
color: #958708;
background-color: #958708;
/* Tailwind (arbitrary) */
class="text-[#958708] bg-[#958708]"
/* SCSS */
$brand: #958708;
/* SwiftUI */
Color(red: 0.584, green: 0.529, blue: 0.031)
/* Android */
Color.parseColor("#958708")Accessibility — WCAG contrast
Aa
#958708 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#958708 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green52.9%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow94.6%
Key (black)41.6%
Color previews
#958708 text on a black background
contrast 5.75:1
Card sample
#958708 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #958708;
Background color
Panel with #958708 background
background-color: #958708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #958708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 135, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 135, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #958708; background: linear-gradient(135deg, #958708, #459508);