#ac613f
a balanced, vivid orange · warm · closest name: sienna
RGB
172, 97, 63
HSL
19°, 46%, 46%
CMYK
0, 44, 63, 33
Luminance
0.1768
Every format
| HEX | #ac613f |
| RGB | rgb(172, 97, 63) |
| HSL | hsl(19, 46%, 46%) |
| CMYK | cmyk(0%, 44%, 63%, 33%) |
| LAB | lab(49.1 27.2 32.3) |
| LCH | lch(49.1 42.3 49.9) |
| OKLCH | oklch(0.572 0.109 44.4) |
Copy-ready code
/* CSS */
color: #ac613f;
background-color: #ac613f;
/* Tailwind (arbitrary) */
class="text-[#ac613f] bg-[#ac613f]"
/* SCSS */
$brand: #ac613f;
/* SwiftUI */
Color(red: 0.675, green: 0.380, blue: 0.247)
/* Android */
Color.parseColor("#ac613f")Accessibility — WCAG contrast
Aa
#ac613f on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac613f on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green38.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta43.6%
Yellow63.4%
Key (black)32.5%
Color previews
#ac613f text on a black background
contrast 4.54:1
Card sample
#ac613f text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac613f;
Background color
Panel with #ac613f background
background-color: #ac613f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac613f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 97, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 97, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac613f; background: linear-gradient(135deg, #ac613f, #ACAA3F);