#99715f
a balanced, soft orange · warm · closest name: gray
RGB
153, 113, 95
HSL
19°, 23%, 49%
CMYK
0, 26, 38, 40
Luminance
0.1941
Every format
| HEX | #99715f |
| RGB | rgb(153, 113, 95) |
| HSL | hsl(19, 23%, 49%) |
| CMYK | cmyk(0%, 26%, 38%, 40%) |
| LAB | lab(51.2 13.3 16.2) |
| LCH | lch(51.2 20.9 50.6) |
| OKLCH | oklch(0.584 0.058 45.3) |
Copy-ready code
/* CSS */
color: #99715f;
background-color: #99715f;
/* Tailwind (arbitrary) */
class="text-[#99715f] bg-[#99715f]"
/* SCSS */
$brand: #99715f;
/* SwiftUI */
Color(red: 0.600, green: 0.443, blue: 0.373)
/* Android */
Color.parseColor("#99715f")Accessibility — WCAG contrast
Aa
#99715f on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#99715f on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green44.3%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow37.9%
Key (black)40.0%
Color previews
#99715f text on a black background
contrast 4.88:1
Card sample
#99715f text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99715f;
Background color
Panel with #99715f background
background-color: #99715f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99715f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 113, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 113, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99715f; background: linear-gradient(135deg, #99715f, #99985F);