#af7f49
a balanced, soft orange · warm · closest name: peru
RGB
175, 127, 73
HSL
32°, 41%, 49%
CMYK
0, 27, 58, 31
Luminance
0.2477
Every format
| HEX | #af7f49 |
| RGB | rgb(175, 127, 73) |
| HSL | hsl(32, 41%, 49%) |
| CMYK | cmyk(0%, 27%, 58%, 31%) |
| LAB | lab(56.9 12.5 36.3) |
| LCH | lch(56.9 38.4 71.0) |
| OKLCH | oklch(0.633 0.092 68.1) |
Copy-ready code
/* CSS */
color: #af7f49;
background-color: #af7f49;
/* Tailwind (arbitrary) */
class="text-[#af7f49] bg-[#af7f49]"
/* SCSS */
$brand: #af7f49;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.286)
/* Android */
Color.parseColor("#af7f49")Accessibility — WCAG contrast
Aa
#af7f49 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7f49 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow58.3%
Key (black)31.4%
Color previews
#af7f49 text on a black background
contrast 5.95:1
Card sample
#af7f49 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7f49;
Background color
Panel with #af7f49 background
background-color: #af7f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7f49; background: linear-gradient(135deg, #af7f49, #9BAF49);