#af5e3d
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 94, 61
HSL
17°, 48%, 46%
CMYK
0, 46, 65, 31
Luminance
0.1746
Every format
| HEX | #af5e3d |
| RGB | rgb(175, 94, 61) |
| HSL | hsl(17, 48%, 46%) |
| CMYK | cmyk(0%, 46%, 65%, 31%) |
| LAB | lab(48.8 30.0 33.2) |
| LCH | lch(48.8 44.8 48.0) |
| OKLCH | oklch(0.570 0.115 42.3) |
Copy-ready code
/* CSS */
color: #af5e3d;
background-color: #af5e3d;
/* Tailwind (arbitrary) */
class="text-[#af5e3d] bg-[#af5e3d]"
/* SCSS */
$brand: #af5e3d;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.239)
/* Android */
Color.parseColor("#af5e3d")Accessibility — WCAG contrast
Aa
#af5e3d on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5e3d on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow65.1%
Key (black)31.4%
Color previews
#af5e3d text on a black background
contrast 4.49:1
Card sample
#af5e3d text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5e3d;
Background color
Panel with #af5e3d background
background-color: #af5e3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5e3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5e3d; background: linear-gradient(135deg, #af5e3d, #AFAA3D);