#af6039
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 96, 57
HSL
20°, 51%, 46%
CMYK
0, 45, 67, 31
Luminance
0.1778
Every format
| HEX | #af6039 |
| RGB | rgb(175, 96, 57) |
| HSL | hsl(20, 51%, 46%) |
| CMYK | cmyk(0%, 45%, 67%, 31%) |
| LAB | lab(49.2 28.6 35.9) |
| LCH | lch(49.2 45.9 51.4) |
| OKLCH | oklch(0.573 0.116 45.8) |
Copy-ready code
/* CSS */
color: #af6039;
background-color: #af6039;
/* Tailwind (arbitrary) */
class="text-[#af6039] bg-[#af6039]"
/* SCSS */
$brand: #af6039;
/* SwiftUI */
Color(red: 0.686, green: 0.376, blue: 0.224)
/* Android */
Color.parseColor("#af6039")Accessibility — WCAG contrast
Aa
#af6039 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af6039 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow67.4%
Key (black)31.4%
Color previews
#af6039 text on a black background
contrast 4.56:1
Card sample
#af6039 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6039;
Background color
Panel with #af6039 background
background-color: #af6039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 96, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 96, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6039; background: linear-gradient(135deg, #af6039, #AFAF39);