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