#af685f
a balanced, soft red · warm · closest name: sienna
RGB
175, 104, 95
HSL
7°, 33%, 53%
CMYK
0, 41, 46, 31
Luminance
0.1984
Every format
| HEX | #af685f |
| RGB | rgb(175, 104, 95) |
| HSL | hsl(7, 33%, 53%) |
| CMYK | cmyk(0%, 41%, 46%, 31%) |
| LAB | lab(51.7 27.4 17.3) |
| LCH | lch(51.7 32.4 32.2) |
| OKLCH | oklch(0.594 0.093 27.9) |
Copy-ready code
/* CSS */
color: #af685f;
background-color: #af685f;
/* Tailwind (arbitrary) */
class="text-[#af685f] bg-[#af685f]"
/* SCSS */
$brand: #af685f;
/* SwiftUI */
Color(red: 0.686, green: 0.408, blue: 0.373)
/* Android */
Color.parseColor("#af685f")Accessibility — WCAG contrast
Aa
#af685f on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af685f on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow45.7%
Key (black)31.4%
Color previews
#af685f text on a black background
contrast 4.97:1
Card sample
#af685f text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af685f;
Background color
Panel with #af685f background
background-color: #af685f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af685f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 104, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 104, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af685f; background: linear-gradient(135deg, #af685f, #AF9D5F);