#af7b5f
a balanced, soft orange · warm · closest name: sienna
RGB
175, 123, 95
HSL
21°, 33%, 53%
CMYK
0, 30, 46, 31
Luminance
0.2411
Every format
| HEX | #af7b5f |
| RGB | rgb(175, 123, 95) |
| HSL | hsl(21, 33%, 53%) |
| CMYK | cmyk(0%, 30%, 46%, 31%) |
| LAB | lab(56.2 16.8 23.4) |
| LCH | lch(56.2 28.8 54.3) |
| OKLCH | oklch(0.629 0.077 49.2) |
Copy-ready code
/* CSS */
color: #af7b5f;
background-color: #af7b5f;
/* Tailwind (arbitrary) */
class="text-[#af7b5f] bg-[#af7b5f]"
/* SCSS */
$brand: #af7b5f;
/* SwiftUI */
Color(red: 0.686, green: 0.482, blue: 0.373)
/* Android */
Color.parseColor("#af7b5f")Accessibility — WCAG contrast
Aa
#af7b5f on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7b5f on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow45.7%
Key (black)31.4%
Color previews
#af7b5f text on a black background
contrast 5.82:1
Card sample
#af7b5f text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7b5f;
Background color
Panel with #af7b5f background
background-color: #af7b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 123, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 123, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7b5f; background: linear-gradient(135deg, #af7b5f, #AEAF5F);