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