#af866f
a balanced, soft orange · warm · closest name: tan
RGB
175, 134, 111
HSL
22°, 29%, 56%
CMYK
0, 23, 37, 31
Luminance
0.2731
Every format
| HEX | #af866f |
| RGB | rgb(175, 134, 111) |
| HSL | hsl(22, 29%, 56%) |
| CMYK | cmyk(0%, 23%, 37%, 31%) |
| LAB | lab(59.3 12.5 18.4) |
| LCH | lch(59.3 22.3 55.9) |
| OKLCH | oklch(0.653 0.060 50.6) |
Copy-ready code
/* CSS */
color: #af866f;
background-color: #af866f;
/* Tailwind (arbitrary) */
class="text-[#af866f] bg-[#af866f]"
/* SCSS */
$brand: #af866f;
/* SwiftUI */
Color(red: 0.686, green: 0.525, blue: 0.435)
/* Android */
Color.parseColor("#af866f")Accessibility — WCAG contrast
Aa
#af866f on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af866f on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow36.6%
Key (black)31.4%
Color previews
#af866f text on a black background
contrast 6.46:1
Card sample
#af866f text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af866f;
Background color
Panel with #af866f background
background-color: #af866f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af866f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 134, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 134, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af866f; background: linear-gradient(135deg, #af866f, #ADAF6F);