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