#999166
a balanced, soft yellow · cool · closest name: tan
RGB
153, 145, 102
HSL
51°, 20%, 50%
CMYK
0, 5, 33, 40
Luminance
0.2798
Every format
| HEX | #999166 |
| RGB | rgb(153, 145, 102) |
| HSL | hsl(51, 20%, 50%) |
| CMYK | cmyk(0%, 5%, 33%, 40%) |
| LAB | lab(59.9 -3.9 23.9) |
| LCH | lch(59.9 24.3 99.2) |
| OKLCH | oklch(0.653 0.060 98.9) |
Copy-ready code
/* CSS */
color: #999166;
background-color: #999166;
/* Tailwind (arbitrary) */
class="text-[#999166] bg-[#999166]"
/* SCSS */
$brand: #999166;
/* SwiftUI */
Color(red: 0.600, green: 0.569, blue: 0.400)
/* Android */
Color.parseColor("#999166")Accessibility — WCAG contrast
Aa
#999166 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#999166 on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green56.9%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow33.3%
Key (black)40.0%
Color previews
#999166 text on a black background
contrast 6.60:1
Card sample
#999166 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999166;
Background color
Panel with #999166 background
background-color: #999166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 145, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 145, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999166; background: linear-gradient(135deg, #999166, #7F9966);