#999607
a dark, electric yellow · cool · closest name: olive
RGB
153, 150, 7
HSL
59°, 91%, 31%
CMYK
0, 2, 95, 40
Luminance
0.2860
Every format
| HEX | #999607 |
| RGB | rgb(153, 150, 7) |
| HSL | hsl(59, 91%, 31%) |
| CMYK | cmyk(0%, 2%, 95%, 40%) |
| LAB | lab(60.4 -13.0 62.9) |
| LCH | lch(60.4 64.2 101.7) |
| OKLCH | oklch(0.654 0.140 108.3) |
Copy-ready code
/* CSS */
color: #999607;
background-color: #999607;
/* Tailwind (arbitrary) */
class="text-[#999607] bg-[#999607]"
/* SCSS */
$brand: #999607;
/* SwiftUI */
Color(red: 0.600, green: 0.588, blue: 0.027)
/* Android */
Color.parseColor("#999607")Accessibility — WCAG contrast
Aa
#999607 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#999607 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green58.8%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow95.4%
Key (black)40.0%
Color previews
#999607 text on a black background
contrast 6.72:1
Card sample
#999607 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999607;
Background color
Panel with #999607 background
background-color: #999607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 150, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 150, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999607; background: linear-gradient(135deg, #999607, #3B9907);