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