#999122
a dark, vivid yellow · cool · closest name: olive
RGB
153, 145, 34
HSL
56°, 64%, 37%
CMYK
0, 5, 78, 40
Luminance
0.2714
Every format
| HEX | #999122 |
| RGB | rgb(153, 145, 34) |
| HSL | hsl(56, 64%, 37%) |
| CMYK | cmyk(0%, 5%, 78%, 40%) |
| LAB | lab(59.1 -9.7 55.5) |
| LCH | lch(59.1 56.4 99.9) |
| OKLCH | oklch(0.644 0.126 105.1) |
Copy-ready code
/* CSS */
color: #999122;
background-color: #999122;
/* Tailwind (arbitrary) */
class="text-[#999122] bg-[#999122]"
/* SCSS */
$brand: #999122;
/* SwiftUI */
Color(red: 0.600, green: 0.569, blue: 0.133)
/* Android */
Color.parseColor("#999122")Accessibility — WCAG contrast
Aa
#999122 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#999122 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green56.9%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow77.8%
Key (black)40.0%
Color previews
#999122 text on a black background
contrast 6.43:1
Card sample
#999122 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999122;
Background color
Panel with #999122 background
background-color: #999122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 145, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 145, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999122; background: linear-gradient(135deg, #999122, #529922);