#af5f3c
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 95, 60
HSL
18°, 49%, 46%
CMYK
0, 46, 66, 31
Luminance
0.1762
Every format
| HEX | #af5f3c |
| RGB | rgb(175, 95, 60) |
| HSL | hsl(18, 49%, 46%) |
| CMYK | cmyk(0%, 46%, 66%, 31%) |
| LAB | lab(49.0 29.4 34.0) |
| LCH | lch(49.0 44.9 49.2) |
| OKLCH | oklch(0.572 0.115 43.6) |
Copy-ready code
/* CSS */
color: #af5f3c;
background-color: #af5f3c;
/* Tailwind (arbitrary) */
class="text-[#af5f3c] bg-[#af5f3c]"
/* SCSS */
$brand: #af5f3c;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.235)
/* Android */
Color.parseColor("#af5f3c")Accessibility — WCAG contrast
Aa
#af5f3c on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5f3c on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow65.7%
Key (black)31.4%
Color previews
#af5f3c text on a black background
contrast 4.52:1
Card sample
#af5f3c text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5f3c;
Background color
Panel with #af5f3c background
background-color: #af5f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5f3c; background: linear-gradient(135deg, #af5f3c, #AFAC3C);