#af795f
a balanced, soft orange · warm · closest name: sienna
RGB
175, 121, 95
HSL
20°, 33%, 53%
CMYK
0, 31, 46, 31
Luminance
0.2361
Every format
| HEX | #af795f |
| RGB | rgb(175, 121, 95) |
| HSL | hsl(20, 33%, 53%) |
| CMYK | cmyk(0%, 31%, 46%, 31%) |
| LAB | lab(55.7 17.9 22.7) |
| LCH | lch(55.7 28.9 51.7) |
| OKLCH | oklch(0.625 0.078 46.6) |
Copy-ready code
/* CSS */
color: #af795f;
background-color: #af795f;
/* Tailwind (arbitrary) */
class="text-[#af795f] bg-[#af795f]"
/* SCSS */
$brand: #af795f;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.373)
/* Android */
Color.parseColor("#af795f")Accessibility — WCAG contrast
Aa
#af795f on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af795f on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow45.7%
Key (black)31.4%
Color previews
#af795f text on a black background
contrast 5.72:1
Card sample
#af795f text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af795f;
Background color
Panel with #af795f background
background-color: #af795f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af795f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af795f; background: linear-gradient(135deg, #af795f, #AFAE5F);