#999688
a balanced, muted gray · cool · closest name: gray
RGB
153, 150, 136
HSL
49°, 8%, 57%
CMYK
0, 2, 11, 40
Luminance
0.3036
Every format
| HEX | #999688 |
| RGB | rgb(153, 150, 136) |
| HSL | hsl(49, 8%, 57%) |
| CMYK | cmyk(0%, 2%, 11%, 40%) |
| LAB | lab(62.0 -1.4 7.8) |
| LCH | lch(62.0 7.9 100.6) |
| OKLCH | oklch(0.672 0.020 97.0) |
Copy-ready code
/* CSS */
color: #999688;
background-color: #999688;
/* Tailwind (arbitrary) */
class="text-[#999688] bg-[#999688]"
/* SCSS */
$brand: #999688;
/* SwiftUI */
Color(red: 0.600, green: 0.588, blue: 0.533)
/* Android */
Color.parseColor("#999688")Accessibility — WCAG contrast
Aa
#999688 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#999688 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green58.8%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow11.1%
Key (black)40.0%
Color previews
#999688 text on a black background
contrast 7.07:1
Card sample
#999688 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999688;
Background color
Panel with #999688 background
background-color: #999688;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999688;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 150, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 150, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999688; background: linear-gradient(135deg, #999688, #919988);