#af6732
a dark, vivid orange · warm · closest name: sienna
RGB
175, 103, 50
HSL
25°, 56%, 44%
CMYK
0, 41, 71, 31
Luminance
0.1904
Every format
| HEX | #af6732 |
| RGB | rgb(175, 103, 50) |
| HSL | hsl(25, 56%, 44%) |
| CMYK | cmyk(0%, 41%, 71%, 31%) |
| LAB | lab(50.7 24.4 41.3) |
| LCH | lch(50.7 47.9 59.4) |
| OKLCH | oklch(0.584 0.115 54.5) |
Copy-ready code
/* CSS */
color: #af6732;
background-color: #af6732;
/* Tailwind (arbitrary) */
class="text-[#af6732] bg-[#af6732]"
/* SCSS */
$brand: #af6732;
/* SwiftUI */
Color(red: 0.686, green: 0.404, blue: 0.196)
/* Android */
Color.parseColor("#af6732")Accessibility — WCAG contrast
Aa
#af6732 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6732 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.4%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow71.4%
Key (black)31.4%
Color previews
#af6732 text on a black background
contrast 4.81:1
Card sample
#af6732 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6732;
Background color
Panel with #af6732 background
background-color: #af6732;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6732;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 103, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 103, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6732; background: linear-gradient(135deg, #af6732, #A4AF32);