#af684d
a balanced, soft orange · warm · closest name: sienna
RGB
175, 104, 77
HSL
17°, 39%, 49%
CMYK
0, 41, 56, 31
Luminance
0.1955
Every format
| HEX | #af684d |
| RGB | rgb(175, 104, 77) |
| HSL | hsl(17, 39%, 49%) |
| CMYK | cmyk(0%, 41%, 56%, 31%) |
| LAB | lab(51.3 25.7 27.3) |
| LCH | lch(51.3 37.5 46.7) |
| OKLCH | oklch(0.590 0.100 41.4) |
Copy-ready code
/* CSS */
color: #af684d;
background-color: #af684d;
/* Tailwind (arbitrary) */
class="text-[#af684d] bg-[#af684d]"
/* SCSS */
$brand: #af684d;
/* SwiftUI */
Color(red: 0.686, green: 0.408, blue: 0.302)
/* Android */
Color.parseColor("#af684d")Accessibility — WCAG contrast
Aa
#af684d on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af684d on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.8%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow56.0%
Key (black)31.4%
Color previews
#af684d text on a black background
contrast 4.91:1
Card sample
#af684d text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af684d;
Background color
Panel with #af684d background
background-color: #af684d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af684d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 104, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 104, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af684d; background: linear-gradient(135deg, #af684d, #AFA94D);