#af835f
a balanced, soft orange · warm · closest name: tan
RGB
175, 131, 95
HSL
27°, 33%, 53%
CMYK
0, 25, 46, 31
Luminance
0.2617
Every format
| HEX | #af835f |
| RGB | rgb(175, 131, 95) |
| HSL | hsl(27, 33%, 53%) |
| CMYK | cmyk(0%, 25%, 46%, 31%) |
| LAB | lab(58.2 12.3 26.0) |
| LCH | lch(58.2 28.8 64.7) |
| OKLCH | oklch(0.644 0.074 60.2) |
Copy-ready code
/* CSS */
color: #af835f;
background-color: #af835f;
/* Tailwind (arbitrary) */
class="text-[#af835f] bg-[#af835f]"
/* SCSS */
$brand: #af835f;
/* SwiftUI */
Color(red: 0.686, green: 0.514, blue: 0.373)
/* Android */
Color.parseColor("#af835f")Accessibility — WCAG contrast
Aa
#af835f on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af835f on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow45.7%
Key (black)31.4%
Color previews
#af835f text on a black background
contrast 6.23:1
Card sample
#af835f text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af835f;
Background color
Panel with #af835f background
background-color: #af835f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af835f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 131, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 131, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af835f; background: linear-gradient(135deg, #af835f, #A6AF5F);