#af692b
a dark, vivid orange · warm · closest name: peru
RGB
175, 105, 43
HSL
28°, 61%, 43%
CMYK
0, 40, 75, 31
Luminance
0.1939
Every format
| HEX | #af692b |
| RGB | rgb(175, 105, 43) |
| HSL | hsl(28, 61%, 43%) |
| CMYK | cmyk(0%, 40%, 75%, 31%) |
| LAB | lab(51.1 22.9 45.1) |
| LCH | lch(51.1 50.6 63.0) |
| OKLCH | oklch(0.587 0.117 58.5) |
Copy-ready code
/* CSS */
color: #af692b;
background-color: #af692b;
/* Tailwind (arbitrary) */
class="text-[#af692b] bg-[#af692b]"
/* SCSS */
$brand: #af692b;
/* SwiftUI */
Color(red: 0.686, green: 0.412, blue: 0.169)
/* Android */
Color.parseColor("#af692b")Accessibility — WCAG contrast
Aa
#af692b on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af692b on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green41.2%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow75.4%
Key (black)31.4%
Color previews
#af692b text on a black background
contrast 4.88:1
Card sample
#af692b text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af692b;
Background color
Panel with #af692b background
background-color: #af692b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af692b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 105, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 105, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af692b; background: linear-gradient(135deg, #af692b, #9DAF2B);