#935f39
a dark, soft orange · warm · closest name: sienna
RGB
147, 95, 57
HSL
25°, 44%, 40%
CMYK
0, 35, 61, 42
Luminance
0.1468
Every format
| HEX | #935f39 |
| RGB | rgb(147, 95, 57) |
| HSL | hsl(25, 44%, 40%) |
| CMYK | cmyk(0%, 35%, 61%, 42%) |
| LAB | lab(45.2 17.2 30.2) |
| LCH | lch(45.2 34.7 60.4) |
| OKLCH | oklch(0.534 0.086 55.8) |
Copy-ready code
/* CSS */
color: #935f39;
background-color: #935f39;
/* Tailwind (arbitrary) */
class="text-[#935f39] bg-[#935f39]"
/* SCSS */
$brand: #935f39;
/* SwiftUI */
Color(red: 0.576, green: 0.373, blue: 0.224)
/* Android */
Color.parseColor("#935f39")Accessibility — WCAG contrast
Aa
#935f39 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#935f39 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green37.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow61.2%
Key (black)42.4%
Color previews
#935f39 text on a black background
contrast 3.94:1
Card sample
#935f39 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #935f39;
Background color
Panel with #935f39 background
background-color: #935f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #935f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 95, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 95, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #935f39; background: linear-gradient(135deg, #935f39, #8B9339);