#af7441
a balanced, vivid orange · warm · closest name: peru
RGB
175, 116, 65
HSL
28°, 46%, 47%
CMYK
0, 34, 63, 31
Luminance
0.2199
Every format
| HEX | #af7441 |
| RGB | rgb(175, 116, 65) |
| HSL | hsl(28, 46%, 47%) |
| CMYK | cmyk(0%, 34%, 63%, 31%) |
| LAB | lab(54.0 18.1 37.2) |
| LCH | lch(54.0 41.3 64.1) |
| OKLCH | oklch(0.610 0.100 60.1) |
Copy-ready code
/* CSS */
color: #af7441;
background-color: #af7441;
/* Tailwind (arbitrary) */
class="text-[#af7441] bg-[#af7441]"
/* SCSS */
$brand: #af7441;
/* SwiftUI */
Color(red: 0.686, green: 0.455, blue: 0.255)
/* Android */
Color.parseColor("#af7441")Accessibility — WCAG contrast
Aa
#af7441 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7441 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow62.9%
Key (black)31.4%
Color previews
#af7441 text on a black background
contrast 5.40:1
Card sample
#af7441 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7441;
Background color
Panel with #af7441 background
background-color: #af7441;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7441;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 116, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 116, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7441; background: linear-gradient(135deg, #af7441, #A1AF41);