#999344
a dark, soft yellow · cool · closest name: olive
RGB
153, 147, 68
HSL
56°, 39%, 43%
CMYK
0, 4, 56, 40
Luminance
0.2806
Every format
| HEX | #999344 |
| RGB | rgb(153, 147, 68) |
| HSL | hsl(56, 39%, 43%) |
| CMYK | cmyk(0%, 4%, 56%, 40%) |
| LAB | lab(59.9 -8.6 42.0) |
| LCH | lch(59.9 42.8 101.6) |
| OKLCH | oklch(0.652 0.101 104.9) |
Copy-ready code
/* CSS */
color: #999344;
background-color: #999344;
/* Tailwind (arbitrary) */
class="text-[#999344] bg-[#999344]"
/* SCSS */
$brand: #999344;
/* SwiftUI */
Color(red: 0.600, green: 0.576, blue: 0.267)
/* Android */
Color.parseColor("#999344")Accessibility — WCAG contrast
Aa
#999344 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#999344 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green57.6%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow55.6%
Key (black)40.0%
Color previews
#999344 text on a black background
contrast 6.61:1
Card sample
#999344 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999344;
Background color
Panel with #999344 background
background-color: #999344;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999344;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 147, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 147, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999344; background: linear-gradient(135deg, #999344, #669944);