#af642f
a dark, vivid orange · warm · closest name: sienna
RGB
175, 100, 47
HSL
25°, 58%, 44%
CMYK
0, 43, 73, 31
Luminance
0.1843
Every format
| HEX | #af642f |
| RGB | rgb(175, 100, 47) |
| HSL | hsl(25, 58%, 44%) |
| CMYK | cmyk(0%, 43%, 73%, 31%) |
| LAB | lab(50.0 25.9 42.0) |
| LCH | lch(50.0 49.3 58.3) |
| OKLCH | oklch(0.579 0.118 53.1) |
Copy-ready code
/* CSS */
color: #af642f;
background-color: #af642f;
/* Tailwind (arbitrary) */
class="text-[#af642f] bg-[#af642f]"
/* SCSS */
$brand: #af642f;
/* SwiftUI */
Color(red: 0.686, green: 0.392, blue: 0.184)
/* Android */
Color.parseColor("#af642f")Accessibility — WCAG contrast
Aa
#af642f on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af642f on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow73.1%
Key (black)31.4%
Color previews
#af642f text on a black background
contrast 4.69:1
Card sample
#af642f text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af642f;
Background color
Panel with #af642f background
background-color: #af642f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af642f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 100, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 100, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af642f; background: linear-gradient(135deg, #af642f, #A5AF2F);