#af5d3f
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 93, 63
HSL
16°, 47%, 47%
CMYK
0, 47, 64, 31
Luminance
0.1730
Every format
| HEX | #af5d3f |
| RGB | rgb(175, 93, 63) |
| HSL | hsl(16, 47%, 47%) |
| CMYK | cmyk(0%, 47%, 64%, 31%) |
| LAB | lab(48.6 30.6 31.9) |
| LCH | lch(48.6 44.2 46.1) |
| OKLCH | oklch(0.569 0.115 40.5) |
Copy-ready code
/* CSS */
color: #af5d3f;
background-color: #af5d3f;
/* Tailwind (arbitrary) */
class="text-[#af5d3f] bg-[#af5d3f]"
/* SCSS */
$brand: #af5d3f;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.247)
/* Android */
Color.parseColor("#af5d3f")Accessibility — WCAG contrast
Aa
#af5d3f on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5d3f on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow64.0%
Key (black)31.4%
Color previews
#af5d3f text on a black background
contrast 4.46:1
Card sample
#af5d3f text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5d3f;
Background color
Panel with #af5d3f background
background-color: #af5d3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5d3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5d3f; background: linear-gradient(135deg, #af5d3f, #AFA83F);