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