#af7337
a balanced, vivid orange · warm · closest name: peru
RGB
175, 115, 55
HSL
30°, 52%, 45%
CMYK
0, 34, 69, 31
Luminance
0.2165
Every format
| HEX | #af7337 |
| RGB | rgb(175, 115, 55) |
| HSL | hsl(30, 52%, 45%) |
| CMYK | cmyk(0%, 34%, 69%, 31%) |
| LAB | lab(53.7 18.0 41.9) |
| LCH | lch(53.7 45.6 66.8) |
| OKLCH | oklch(0.607 0.107 63.2) |
Copy-ready code
/* CSS */
color: #af7337;
background-color: #af7337;
/* Tailwind (arbitrary) */
class="text-[#af7337] bg-[#af7337]"
/* SCSS */
$brand: #af7337;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.216)
/* Android */
Color.parseColor("#af7337")Accessibility — WCAG contrast
Aa
#af7337 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7337 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow68.6%
Key (black)31.4%
Color previews
#af7337 text on a black background
contrast 5.33:1
Card sample
#af7337 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7337;
Background color
Panel with #af7337 background
background-color: #af7337;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7337;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7337; background: linear-gradient(135deg, #af7337, #9BAF37);