#ab482f
a dark, vivid red · warm · closest name: sienna
RGB
171, 72, 47
HSL
12°, 57%, 43%
CMYK
0, 58, 73, 33
Luminance
0.1350
Every format
| HEX | #ab482f |
| RGB | rgb(171, 72, 47) |
| HSL | hsl(12, 57%, 43%) |
| CMYK | cmyk(0%, 58%, 73%, 33%) |
| LAB | lab(43.5 39.0 34.7) |
| LCH | lch(43.5 52.2 41.6) |
| OKLCH | oklch(0.528 0.136 35.3) |
Copy-ready code
/* CSS */
color: #ab482f;
background-color: #ab482f;
/* Tailwind (arbitrary) */
class="text-[#ab482f] bg-[#ab482f]"
/* SCSS */
$brand: #ab482f;
/* SwiftUI */
Color(red: 0.671, green: 0.282, blue: 0.184)
/* Android */
Color.parseColor("#ab482f")Accessibility — WCAG contrast
Aa
#ab482f on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab482f on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green28.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow72.5%
Key (black)32.9%
Color previews
#ab482f text on a black background
contrast 3.70:1
Card sample
#ab482f text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab482f;
Background color
Panel with #ab482f background
background-color: #ab482f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab482f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 72, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 72, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab482f; background: linear-gradient(135deg, #ab482f, #AB9B2F);