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