#af5632
a dark, vivid orange · warm · closest name: sienna
RGB
175, 86, 50
HSL
17°, 56%, 44%
CMYK
0, 51, 71, 31
Luminance
0.1600
Every format
| HEX | #af5632 |
| RGB | rgb(175, 86, 50) |
| HSL | hsl(17, 56%, 44%) |
| CMYK | cmyk(0%, 51%, 71%, 31%) |
| LAB | lab(47.0 33.6 37.1) |
| LCH | lch(47.0 50.1 47.8) |
| OKLCH | oklch(0.555 0.127 41.7) |
Copy-ready code
/* CSS */
color: #af5632;
background-color: #af5632;
/* Tailwind (arbitrary) */
class="text-[#af5632] bg-[#af5632]"
/* SCSS */
$brand: #af5632;
/* SwiftUI */
Color(red: 0.686, green: 0.337, blue: 0.196)
/* Android */
Color.parseColor("#af5632")Accessibility — WCAG contrast
Aa
#af5632 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5632 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.7%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta50.9%
Yellow71.4%
Key (black)31.4%
Color previews
#af5632 text on a black background
contrast 4.20:1
Card sample
#af5632 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5632;
Background color
Panel with #af5632 background
background-color: #af5632;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5632;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 86, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 86, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5632; background: linear-gradient(135deg, #af5632, #AFA932);