#996666
a balanced, soft red · warm · closest name: gray
RGB
153, 102, 102
HSL
0°, 20%, 50%
CMYK
0, 33, 33, 40
Luminance
0.1723
Every format
| HEX | #996666 |
| RGB | rgb(153, 102, 102) |
| HSL | hsl(0, 20%, 50%) |
| CMYK | cmyk(0%, 33%, 33%, 40%) |
| LAB | lab(48.6 20.6 8.4) |
| LCH | lch(48.6 22.2 22.3) |
| OKLCH | oklch(0.564 0.066 19.3) |
Copy-ready code
/* CSS */
color: #996666;
background-color: #996666;
/* Tailwind (arbitrary) */
class="text-[#996666] bg-[#996666]"
/* SCSS */
$brand: #996666;
/* SwiftUI */
Color(red: 0.600, green: 0.400, blue: 0.400)
/* Android */
Color.parseColor("#996666")Accessibility — WCAG contrast
Aa
#996666 on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#996666 on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green40.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow33.3%
Key (black)40.0%
Color previews
#996666 text on a black background
contrast 4.45:1
Card sample
#996666 text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #996666;
Background color
Panel with #996666 background
background-color: #996666;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #996666;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 102, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 102, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #996666; background: linear-gradient(135deg, #996666, #998866);