#af8741
a balanced, vivid orange · warm · closest name: peru
RGB
175, 135, 65
HSL
38°, 46%, 47%
CMYK
0, 23, 63, 31
Luminance
0.2682
Every format
| HEX | #af8741 |
| RGB | rgb(175, 135, 65) |
| HSL | hsl(38, 46%, 47%) |
| CMYK | cmyk(0%, 23%, 63%, 31%) |
| LAB | lab(58.8 7.4 42.7) |
| LCH | lch(58.8 43.4 80.1) |
| OKLCH | oklch(0.648 0.101 79.4) |
Copy-ready code
/* CSS */
color: #af8741;
background-color: #af8741;
/* Tailwind (arbitrary) */
class="text-[#af8741] bg-[#af8741]"
/* SCSS */
$brand: #af8741;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.255)
/* Android */
Color.parseColor("#af8741")Accessibility — WCAG contrast
Aa
#af8741 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8741 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow62.9%
Key (black)31.4%
Color previews
#af8741 text on a black background
contrast 6.36:1
Card sample
#af8741 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8741;
Background color
Panel with #af8741 background
background-color: #af8741;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8741;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8741; background: linear-gradient(135deg, #af8741, #8EAF41);