#98705f
a balanced, soft orange · warm · closest name: gray
RGB
152, 112, 95
HSL
18°, 23%, 48%
CMYK
0, 26, 38, 40
Luminance
0.1909
Every format
| HEX | #98705f |
| RGB | rgb(152, 112, 95) |
| HSL | hsl(18, 23%, 48%) |
| CMYK | cmyk(0%, 26%, 38%, 40%) |
| LAB | lab(50.8 13.4 15.7) |
| LCH | lch(50.8 20.6 49.3) |
| OKLCH | oklch(0.581 0.057 44.0) |
Copy-ready code
/* CSS */
color: #98705f;
background-color: #98705f;
/* Tailwind (arbitrary) */
class="text-[#98705f] bg-[#98705f]"
/* SCSS */
$brand: #98705f;
/* SwiftUI */
Color(red: 0.596, green: 0.439, blue: 0.373)
/* Android */
Color.parseColor("#98705f")Accessibility — WCAG contrast
Aa
#98705f on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#98705f on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green43.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow37.5%
Key (black)40.4%
Color previews
#98705f text on a black background
contrast 4.82:1
Card sample
#98705f text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98705f;
Background color
Panel with #98705f background
background-color: #98705f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98705f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 112, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 112, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98705f; background: linear-gradient(135deg, #98705f, #98965F);