#af8744
a balanced, soft orange · warm · closest name: peru
RGB
175, 135, 68
HSL
38°, 44%, 48%
CMYK
0, 23, 61, 31
Luminance
0.2686
Every format
| HEX | #af8744 |
| RGB | rgb(175, 135, 68) |
| HSL | hsl(38, 44%, 48%) |
| CMYK | cmyk(0%, 23%, 61%, 31%) |
| LAB | lab(58.9 7.6 41.3) |
| LCH | lch(58.9 42.0 79.5) |
| OKLCH | oklch(0.648 0.098 78.5) |
Copy-ready code
/* CSS */
color: #af8744;
background-color: #af8744;
/* Tailwind (arbitrary) */
class="text-[#af8744] bg-[#af8744]"
/* SCSS */
$brand: #af8744;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.267)
/* Android */
Color.parseColor("#af8744")Accessibility — WCAG contrast
Aa
#af8744 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8744 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow61.1%
Key (black)31.4%
Color previews
#af8744 text on a black background
contrast 6.37:1
Card sample
#af8744 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8744;
Background color
Panel with #af8744 background
background-color: #af8744;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8744;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8744; background: linear-gradient(135deg, #af8744, #8FAF44);