#af5e4f
a balanced, soft red · warm · closest name: sienna
RGB
175, 94, 79
HSL
9°, 38%, 50%
CMYK
0, 46, 55, 31
Luminance
0.1768
Every format
| HEX | #af5e4f |
| RGB | rgb(175, 94, 79) |
| HSL | hsl(9, 38%, 50%) |
| CMYK | cmyk(0%, 46%, 55%, 31%) |
| LAB | lab(49.1 31.3 23.3) |
| LCH | lch(49.1 39.0 36.6) |
| OKLCH | oklch(0.573 0.109 31.6) |
Copy-ready code
/* CSS */
color: #af5e4f;
background-color: #af5e4f;
/* Tailwind (arbitrary) */
class="text-[#af5e4f] bg-[#af5e4f]"
/* SCSS */
$brand: #af5e4f;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.310)
/* Android */
Color.parseColor("#af5e4f")Accessibility — WCAG contrast
Aa
#af5e4f on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5e4f on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow54.9%
Key (black)31.4%
Color previews
#af5e4f text on a black background
contrast 4.54:1
Card sample
#af5e4f text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5e4f;
Background color
Panel with #af5e4f background
background-color: #af5e4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5e4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5e4f; background: linear-gradient(135deg, #af5e4f, #AF9E4F);