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