#af5f34
a dark, vivid orange · warm · closest name: sienna
RGB
175, 95, 52
HSL
21°, 54%, 45%
CMYK
0, 46, 70, 31
Luminance
0.1755
Every format
| HEX | #af5f34 |
| RGB | rgb(175, 95, 52) |
| HSL | hsl(21, 54%, 45%) |
| CMYK | cmyk(0%, 46%, 70%, 31%) |
| LAB | lab(48.9 28.9 38.2) |
| LCH | lch(48.9 47.9 52.9) |
| OKLCH | oklch(0.571 0.119 47.3) |
Copy-ready code
/* CSS */
color: #af5f34;
background-color: #af5f34;
/* Tailwind (arbitrary) */
class="text-[#af5f34] bg-[#af5f34]"
/* SCSS */
$brand: #af5f34;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.204)
/* Android */
Color.parseColor("#af5f34")Accessibility — WCAG contrast
Aa
#af5f34 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5f34 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow70.3%
Key (black)31.4%
Color previews
#af5f34 text on a black background
contrast 4.51:1
Card sample
#af5f34 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5f34;
Background color
Panel with #af5f34 background
background-color: #af5f34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5f34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5f34; background: linear-gradient(135deg, #af5f34, #ADAF34);