#af6b4f
a balanced, soft orange · warm · closest name: sienna
RGB
175, 107, 79
HSL
18°, 38%, 50%
CMYK
0, 39, 55, 31
Luminance
0.2019
Every format
| HEX | #af6b4f |
| RGB | rgb(175, 107, 79) |
| HSL | hsl(18, 38%, 50%) |
| CMYK | cmyk(0%, 39%, 55%, 31%) |
| LAB | lab(52.1 24.2 27.1) |
| LCH | lch(52.1 36.3 48.2) |
| OKLCH | oklch(0.596 0.096 42.9) |
Copy-ready code
/* CSS */
color: #af6b4f;
background-color: #af6b4f;
/* Tailwind (arbitrary) */
class="text-[#af6b4f] bg-[#af6b4f]"
/* SCSS */
$brand: #af6b4f;
/* SwiftUI */
Color(red: 0.686, green: 0.420, blue: 0.310)
/* Android */
Color.parseColor("#af6b4f")Accessibility — WCAG contrast
Aa
#af6b4f on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6b4f on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow54.9%
Key (black)31.4%
Color previews
#af6b4f text on a black background
contrast 5.04:1
Card sample
#af6b4f text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6b4f;
Background color
Panel with #af6b4f background
background-color: #af6b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 107, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 107, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6b4f; background: linear-gradient(135deg, #af6b4f, #AFAB4F);