#af816f
a balanced, soft orange · warm · closest name: tan
RGB
175, 129, 111
HSL
17°, 29%, 56%
CMYK
0, 26, 37, 31
Luminance
0.2596
Every format
| HEX | #af816f |
| RGB | rgb(175, 129, 111) |
| HSL | hsl(17, 29%, 56%) |
| CMYK | cmyk(0%, 26%, 37%, 31%) |
| LAB | lab(58.0 15.3 16.7) |
| LCH | lch(58.0 22.7 47.6) |
| OKLCH | oklch(0.644 0.063 42.3) |
Copy-ready code
/* CSS */
color: #af816f;
background-color: #af816f;
/* Tailwind (arbitrary) */
class="text-[#af816f] bg-[#af816f]"
/* SCSS */
$brand: #af816f;
/* SwiftUI */
Color(red: 0.686, green: 0.506, blue: 0.435)
/* Android */
Color.parseColor("#af816f")Accessibility — WCAG contrast
Aa
#af816f on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af816f on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green50.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow36.6%
Key (black)31.4%
Color previews
#af816f text on a black background
contrast 6.19:1
Card sample
#af816f text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af816f;
Background color
Panel with #af816f background
background-color: #af816f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af816f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 129, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 129, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af816f; background: linear-gradient(135deg, #af816f, #AFAC6F);