#af705c
a balanced, soft red · warm · closest name: sienna
RGB
175, 112, 92
HSL
15°, 34%, 52%
CMYK
0, 36, 47, 31
Luminance
0.2148
Every format
| HEX | #af705c |
| RGB | rgb(175, 112, 92) |
| HSL | hsl(15, 34%, 52%) |
| CMYK | cmyk(0%, 36%, 47%, 31%) |
| LAB | lab(53.5 22.7 21.5) |
| LCH | lch(53.5 31.2 43.5) |
| OKLCH | oklch(0.607 0.086 38.4) |
Copy-ready code
/* CSS */
color: #af705c;
background-color: #af705c;
/* Tailwind (arbitrary) */
class="text-[#af705c] bg-[#af705c]"
/* SCSS */
$brand: #af705c;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.361)
/* Android */
Color.parseColor("#af705c")Accessibility — WCAG contrast
Aa
#af705c on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af705c on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow47.4%
Key (black)31.4%
Color previews
#af705c text on a black background
contrast 5.30:1
Card sample
#af705c text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af705c;
Background color
Panel with #af705c background
background-color: #af705c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af705c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af705c; background: linear-gradient(135deg, #af705c, #AFA85C);