#935239
a dark, soft orange · warm · closest name: sienna
RGB
147, 82, 57
HSL
17°, 44%, 40%
CMYK
0, 44, 61, 42
Luminance
0.1253
Every format
| HEX | #935239 |
| RGB | rgb(147, 82, 57) |
| HSL | hsl(17, 44%, 40%) |
| CMYK | cmyk(0%, 44%, 61%, 42%) |
| LAB | lab(42.0 24.6 26.4) |
| LCH | lch(42.0 36.1 46.9) |
| OKLCH | oklch(0.510 0.095 41.5) |
Copy-ready code
/* CSS */
color: #935239;
background-color: #935239;
/* Tailwind (arbitrary) */
class="text-[#935239] bg-[#935239]"
/* SCSS */
$brand: #935239;
/* SwiftUI */
Color(red: 0.576, green: 0.322, blue: 0.224)
/* Android */
Color.parseColor("#935239")Accessibility — WCAG contrast
Aa
#935239 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#935239 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green32.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow61.2%
Key (black)42.4%
Color previews
#935239 text on a black background
contrast 3.51:1
Card sample
#935239 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #935239;
Background color
Panel with #935239 background
background-color: #935239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #935239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 82, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 82, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #935239; background: linear-gradient(135deg, #935239, #938E39);