#ac5f3f
a balanced, vivid orange · warm · closest name: sienna
RGB
172, 95, 63
HSL
18°, 46%, 46%
CMYK
0, 45, 63, 33
Luminance
0.1731
Every format
| HEX | #ac5f3f |
| RGB | rgb(172, 95, 63) |
| HSL | hsl(18, 46%, 46%) |
| CMYK | cmyk(0%, 45%, 63%, 33%) |
| LAB | lab(48.7 28.3 31.8) |
| LCH | lch(48.7 42.6 48.3) |
| OKLCH | oklch(0.568 0.110 42.8) |
Copy-ready code
/* CSS */
color: #ac5f3f;
background-color: #ac5f3f;
/* Tailwind (arbitrary) */
class="text-[#ac5f3f] bg-[#ac5f3f]"
/* SCSS */
$brand: #ac5f3f;
/* SwiftUI */
Color(red: 0.675, green: 0.373, blue: 0.247)
/* Android */
Color.parseColor("#ac5f3f")Accessibility — WCAG contrast
Aa
#ac5f3f on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac5f3f on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green37.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow63.4%
Key (black)32.5%
Color previews
#ac5f3f text on a black background
contrast 4.46:1
Card sample
#ac5f3f text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5f3f;
Background color
Panel with #ac5f3f background
background-color: #ac5f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 95, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 95, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5f3f; background: linear-gradient(135deg, #ac5f3f, #ACA83F);