#af843f
a balanced, vivid orange · warm · closest name: peru
RGB
175, 132, 63
HSL
37°, 47%, 47%
CMYK
0, 25, 64, 31
Luminance
0.2598
Every format
| HEX | #af843f |
| RGB | rgb(175, 132, 63) |
| HSL | hsl(37, 47%, 47%) |
| CMYK | cmyk(0%, 25%, 64%, 31%) |
| LAB | lab(58.0 9.0 42.8) |
| LCH | lch(58.0 43.7 78.2) |
| OKLCH | oklch(0.641 0.101 77.0) |
Copy-ready code
/* CSS */
color: #af843f;
background-color: #af843f;
/* Tailwind (arbitrary) */
class="text-[#af843f] bg-[#af843f]"
/* SCSS */
$brand: #af843f;
/* SwiftUI */
Color(red: 0.686, green: 0.518, blue: 0.247)
/* Android */
Color.parseColor("#af843f")Accessibility — WCAG contrast
Aa
#af843f on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af843f on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow64.0%
Key (black)31.4%
Color previews
#af843f text on a black background
contrast 6.20:1
Card sample
#af843f text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af843f;
Background color
Panel with #af843f background
background-color: #af843f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af843f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 132, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 132, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af843f; background: linear-gradient(135deg, #af843f, #8FAF3F);