#af874c
a balanced, soft orange · warm · closest name: peru
RGB
175, 135, 76
HSL
36°, 39%, 49%
CMYK
0, 23, 57, 31
Luminance
0.2696
Every format
| HEX | #af874c |
| RGB | rgb(175, 135, 76) |
| HSL | hsl(36, 39%, 49%) |
| CMYK | cmyk(0%, 23%, 57%, 31%) |
| LAB | lab(58.9 8.3 37.3) |
| LCH | lch(58.9 38.2 77.5) |
| OKLCH | oklch(0.649 0.091 75.7) |
Copy-ready code
/* CSS */
color: #af874c;
background-color: #af874c;
/* Tailwind (arbitrary) */
class="text-[#af874c] bg-[#af874c]"
/* SCSS */
$brand: #af874c;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.298)
/* Android */
Color.parseColor("#af874c")Accessibility — WCAG contrast
Aa
#af874c on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af874c on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow56.6%
Key (black)31.4%
Color previews
#af874c text on a black background
contrast 6.39:1
Card sample
#af874c text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af874c;
Background color
Panel with #af874c background
background-color: #af874c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af874c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af874c; background: linear-gradient(135deg, #af874c, #95AF4C);