#af511e
a dark, vivid orange · warm · closest name: sienna
RGB
175, 81, 30
HSL
21°, 71%, 40%
CMYK
0, 54, 83, 31
Luminance
0.1509
Every format
| HEX | #af511e |
| RGB | rgb(175, 81, 30) |
| HSL | hsl(21, 71%, 40%) |
| CMYK | cmyk(0%, 54%, 83%, 31%) |
| LAB | lab(45.8 35.4 45.8) |
| LCH | lch(45.8 57.9 52.3) |
| OKLCH | oklch(0.546 0.138 45.4) |
Copy-ready code
/* CSS */
color: #af511e;
background-color: #af511e;
/* Tailwind (arbitrary) */
class="text-[#af511e] bg-[#af511e]"
/* SCSS */
$brand: #af511e;
/* SwiftUI */
Color(red: 0.686, green: 0.318, blue: 0.118)
/* Android */
Color.parseColor("#af511e")Accessibility — WCAG contrast
Aa
#af511e on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af511e on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.8%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow82.9%
Key (black)31.4%
Color previews
#af511e text on a black background
contrast 4.02:1
Card sample
#af511e text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af511e;
Background color
Panel with #af511e background
background-color: #af511e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af511e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 81, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 81, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af511e; background: linear-gradient(135deg, #af511e, #ACAF1E);