#af661d
a dark, vivid orange · warm · closest name: peru
RGB
175, 102, 29
HSL
30°, 72%, 40%
CMYK
0, 42, 83, 31
Luminance
0.1871
Every format
| HEX | #af661d |
| RGB | rgb(175, 102, 29) |
| HSL | hsl(30, 72%, 40%) |
| CMYK | cmyk(0%, 42%, 83%, 31%) |
| LAB | lab(50.3 24.1 50.3) |
| LCH | lch(50.3 55.8 64.5) |
| OKLCH | oklch(0.581 0.124 59.8) |
Copy-ready code
/* CSS */
color: #af661d;
background-color: #af661d;
/* Tailwind (arbitrary) */
class="text-[#af661d] bg-[#af661d]"
/* SCSS */
$brand: #af661d;
/* SwiftUI */
Color(red: 0.686, green: 0.400, blue: 0.114)
/* Android */
Color.parseColor("#af661d")Accessibility — WCAG contrast
Aa
#af661d on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af661d on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.0%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow83.4%
Key (black)31.4%
Color previews
#af661d text on a black background
contrast 4.74:1
Card sample
#af661d text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af661d;
Background color
Panel with #af661d background
background-color: #af661d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af661d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 102, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 102, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af661d; background: linear-gradient(135deg, #af661d, #97AF1D);