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