#af735f
a balanced, soft orange · warm · closest name: sienna
RGB
175, 115, 95
HSL
15°, 33%, 53%
CMYK
0, 34, 46, 31
Luminance
0.2220
Every format
| HEX | #af735f |
| RGB | rgb(175, 115, 95) |
| HSL | hsl(15, 33%, 53%) |
| CMYK | cmyk(0%, 34%, 46%, 31%) |
| LAB | lab(54.2 21.3 20.8) |
| LCH | lch(54.2 29.7 44.3) |
| OKLCH | oklch(0.614 0.082 39.2) |
Copy-ready code
/* CSS */
color: #af735f;
background-color: #af735f;
/* Tailwind (arbitrary) */
class="text-[#af735f] bg-[#af735f]"
/* SCSS */
$brand: #af735f;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.373)
/* Android */
Color.parseColor("#af735f")Accessibility — WCAG contrast
Aa
#af735f on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af735f on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow45.7%
Key (black)31.4%
Color previews
#af735f text on a black background
contrast 5.44:1
Card sample
#af735f text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af735f;
Background color
Panel with #af735f background
background-color: #af735f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af735f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af735f; background: linear-gradient(135deg, #af735f, #AFA85F);