#af772b
a dark, vivid orange · warm · closest name: peru
RGB
175, 119, 43
HSL
35°, 61%, 43%
CMYK
0, 32, 75, 31
Luminance
0.2248
Every format
| HEX | #af772b |
| RGB | rgb(175, 119, 43) |
| HSL | hsl(35, 61%, 43%) |
| CMYK | cmyk(0%, 32%, 75%, 31%) |
| LAB | lab(54.5 15.1 48.5) |
| LCH | lch(54.5 50.8 72.7) |
| OKLCH | oklch(0.614 0.114 70.5) |
Copy-ready code
/* CSS */
color: #af772b;
background-color: #af772b;
/* Tailwind (arbitrary) */
class="text-[#af772b] bg-[#af772b]"
/* SCSS */
$brand: #af772b;
/* SwiftUI */
Color(red: 0.686, green: 0.467, blue: 0.169)
/* Android */
Color.parseColor("#af772b")Accessibility — WCAG contrast
Aa
#af772b on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af772b on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow75.4%
Key (black)31.4%
Color previews
#af772b text on a black background
contrast 5.50:1
Card sample
#af772b text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af772b;
Background color
Panel with #af772b background
background-color: #af772b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af772b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 119, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 119, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af772b; background: linear-gradient(135deg, #af772b, #8FAF2B);