#af863c
a balanced, vivid orange · warm · closest name: peru
RGB
175, 134, 60
HSL
39°, 49%, 46%
CMYK
0, 23, 66, 31
Luminance
0.2649
Every format
| HEX | #af863c |
| RGB | rgb(175, 134, 60) |
| HSL | hsl(39, 49%, 46%) |
| CMYK | cmyk(0%, 23%, 66%, 31%) |
| LAB | lab(58.5 7.6 44.8) |
| LCH | lch(58.5 45.5 80.3) |
| OKLCH | oklch(0.645 0.104 79.8) |
Copy-ready code
/* CSS */
color: #af863c;
background-color: #af863c;
/* Tailwind (arbitrary) */
class="text-[#af863c] bg-[#af863c]"
/* SCSS */
$brand: #af863c;
/* SwiftUI */
Color(red: 0.686, green: 0.525, blue: 0.235)
/* Android */
Color.parseColor("#af863c")Accessibility — WCAG contrast
Aa
#af863c on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af863c on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow65.7%
Key (black)31.4%
Color previews
#af863c text on a black background
contrast 6.30:1
Card sample
#af863c text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af863c;
Background color
Panel with #af863c background
background-color: #af863c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af863c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 134, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 134, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af863c; background: linear-gradient(135deg, #af863c, #8BAF3C);