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