#af692f
a dark, vivid orange · warm · closest name: peru
RGB
175, 105, 47
HSL
27°, 58%, 44%
CMYK
0, 40, 73, 31
Luminance
0.1942
Every format
| HEX | #af692f |
| RGB | rgb(175, 105, 47) |
| HSL | hsl(27, 58%, 44%) |
| CMYK | cmyk(0%, 40%, 73%, 31%) |
| LAB | lab(51.2 23.1 43.2) |
| LCH | lch(51.2 49.0 61.9) |
| OKLCH | oklch(0.588 0.115 57.2) |
Copy-ready code
/* CSS */
color: #af692f;
background-color: #af692f;
/* Tailwind (arbitrary) */
class="text-[#af692f] bg-[#af692f]"
/* SCSS */
$brand: #af692f;
/* SwiftUI */
Color(red: 0.686, green: 0.412, blue: 0.184)
/* Android */
Color.parseColor("#af692f")Accessibility — WCAG contrast
Aa
#af692f on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af692f on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green41.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow73.1%
Key (black)31.4%
Color previews
#af692f text on a black background
contrast 4.88:1
Card sample
#af692f text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af692f;
Background color
Panel with #af692f background
background-color: #af692f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af692f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 105, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 105, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af692f; background: linear-gradient(135deg, #af692f, #A0AF2F);