#af7331
a dark, vivid orange · warm · closest name: peru
RGB
175, 115, 49
HSL
31°, 56%, 44%
CMYK
0, 34, 72, 31
Luminance
0.2160
Every format
| HEX | #af7331 |
| RGB | rgb(175, 115, 49) |
| HSL | hsl(31, 56%, 44%) |
| CMYK | cmyk(0%, 34%, 72%, 31%) |
| LAB | lab(53.6 17.6 44.8) |
| LCH | lch(53.6 48.1 68.5) |
| OKLCH | oklch(0.607 0.111 65.3) |
Copy-ready code
/* CSS */
color: #af7331;
background-color: #af7331;
/* Tailwind (arbitrary) */
class="text-[#af7331] bg-[#af7331]"
/* SCSS */
$brand: #af7331;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.192)
/* Android */
Color.parseColor("#af7331")Accessibility — WCAG contrast
Aa
#af7331 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7331 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow72.0%
Key (black)31.4%
Color previews
#af7331 text on a black background
contrast 5.32:1
Card sample
#af7331 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7331;
Background color
Panel with #af7331 background
background-color: #af7331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7331; background: linear-gradient(135deg, #af7331, #97AF31);