#999966
a balanced, soft yellow · cool · closest name: tan
RGB
153, 153, 102
HSL
60°, 20%, 50%
CMYK
0, 0, 33, 40
Luminance
0.3051
Every format
| HEX | #999966 |
| RGB | rgb(153, 153, 102) |
| HSL | hsl(60, 20%, 50%) |
| CMYK | cmyk(0%, 0%, 33%, 40%) |
| LAB | lab(62.1 -8.2 26.9) |
| LCH | lch(62.1 28.1 107.0) |
| OKLCH | oklch(0.670 0.070 108.1) |
Copy-ready code
/* CSS */
color: #999966;
background-color: #999966;
/* Tailwind (arbitrary) */
class="text-[#999966] bg-[#999966]"
/* SCSS */
$brand: #999966;
/* SwiftUI */
Color(red: 0.600, green: 0.600, blue: 0.400)
/* Android */
Color.parseColor("#999966")Accessibility — WCAG contrast
Aa
#999966 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#999966 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green60.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow33.3%
Key (black)40.0%
Color previews
#999966 text on a black background
contrast 7.10:1
Card sample
#999966 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999966;
Background color
Panel with #999966 background
background-color: #999966;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999966;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 153, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 153, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999966; background: linear-gradient(135deg, #999966, #779966);