#af461b
a dark, vivid orange · warm · closest name: sienna
RGB
175, 70, 27
HSL
17°, 73%, 40%
CMYK
0, 60, 85, 31
Luminance
0.1357
Every format
| HEX | #af461b |
| RGB | rgb(175, 70, 27) |
| HSL | hsl(17, 73%, 40%) |
| CMYK | cmyk(0%, 60%, 85%, 31%) |
| LAB | lab(43.6 40.8 45.2) |
| LCH | lch(43.6 60.9 48.0) |
| OKLCH | oklch(0.529 0.148 40.4) |
Copy-ready code
/* CSS */
color: #af461b;
background-color: #af461b;
/* Tailwind (arbitrary) */
class="text-[#af461b] bg-[#af461b]"
/* SCSS */
$brand: #af461b;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.106)
/* Android */
Color.parseColor("#af461b")Accessibility — WCAG contrast
Aa
#af461b on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af461b on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow84.6%
Key (black)31.4%
Color previews
#af461b text on a black background
contrast 3.71:1
Card sample
#af461b text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af461b;
Background color
Panel with #af461b background
background-color: #af461b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af461b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af461b; background: linear-gradient(135deg, #af461b, #AFA91B);