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