#af7a46
a balanced, soft orange · warm · closest name: peru
RGB
175, 122, 70
HSL
30°, 43%, 48%
CMYK
0, 30, 60, 31
Luminance
0.2348
Every format
| HEX | #af7a46 |
| RGB | rgb(175, 122, 70) |
| HSL | hsl(30, 43%, 48%) |
| CMYK | cmyk(0%, 30%, 60%, 31%) |
| LAB | lab(55.6 15.1 36.4) |
| LCH | lch(55.6 39.4 67.5) |
| OKLCH | oklch(0.623 0.095 64.0) |
Copy-ready code
/* CSS */
color: #af7a46;
background-color: #af7a46;
/* Tailwind (arbitrary) */
class="text-[#af7a46] bg-[#af7a46]"
/* SCSS */
$brand: #af7a46;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.275)
/* Android */
Color.parseColor("#af7a46")Accessibility — WCAG contrast
Aa
#af7a46 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7a46 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow60.0%
Key (black)31.4%
Color previews
#af7a46 text on a black background
contrast 5.70:1
Card sample
#af7a46 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7a46;
Background color
Panel with #af7a46 background
background-color: #af7a46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7a46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7a46; background: linear-gradient(135deg, #af7a46, #9EAF46);