#999977
a balanced, muted yellow · cool · closest name: tan
RGB
153, 153, 119
HSL
60°, 14%, 53%
CMYK
0, 0, 22, 40
Luminance
0.3089
Every format
| HEX | #999977 |
| RGB | rgb(153, 153, 119) |
| HSL | hsl(60, 14%, 53%) |
| CMYK | cmyk(0%, 0%, 22%, 40%) |
| LAB | lab(62.4 -5.9 17.9) |
| LCH | lch(62.4 18.9 108.1) |
| OKLCH | oklch(0.674 0.048 107.6) |
Copy-ready code
/* CSS */
color: #999977;
background-color: #999977;
/* Tailwind (arbitrary) */
class="text-[#999977] bg-[#999977]"
/* SCSS */
$brand: #999977;
/* SwiftUI */
Color(red: 0.600, green: 0.600, blue: 0.467)
/* Android */
Color.parseColor("#999977")Accessibility — WCAG contrast
Aa
#999977 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#999977 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green60.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow22.2%
Key (black)40.0%
Color previews
#999977 text on a black background
contrast 7.18:1
Card sample
#999977 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999977;
Background color
Panel with #999977 background
background-color: #999977;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999977;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 153, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 153, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999977; background: linear-gradient(135deg, #999977, #829977);