#af5129
a dark, vivid orange · warm · closest name: sienna
RGB
175, 81, 41
HSL
18°, 62%, 42%
CMYK
0, 54, 77, 31
Luminance
0.1516
Every format
| HEX | #af5129 |
| RGB | rgb(175, 81, 41) |
| HSL | hsl(18, 62%, 42%) |
| CMYK | cmyk(0%, 54%, 77%, 31%) |
| LAB | lab(45.9 35.8 40.6) |
| LCH | lch(45.9 54.1 48.6) |
| OKLCH | oklch(0.547 0.134 42.1) |
Copy-ready code
/* CSS */
color: #af5129;
background-color: #af5129;
/* Tailwind (arbitrary) */
class="text-[#af5129] bg-[#af5129]"
/* SCSS */
$brand: #af5129;
/* SwiftUI */
Color(red: 0.686, green: 0.318, blue: 0.161)
/* Android */
Color.parseColor("#af5129")Accessibility — WCAG contrast
Aa
#af5129 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5129 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.8%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow76.6%
Key (black)31.4%
Color previews
#af5129 text on a black background
contrast 4.03:1
Card sample
#af5129 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5129;
Background color
Panel with #af5129 background
background-color: #af5129;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5129;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 81, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 81, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5129; background: linear-gradient(135deg, #af5129, #AFAA29);