#af752f
a dark, vivid orange · warm · closest name: peru
RGB
175, 117, 47
HSL
33°, 58%, 44%
CMYK
0, 33, 73, 31
Luminance
0.2204
Every format
| HEX | #af752f |
| RGB | rgb(175, 117, 47) |
| HSL | hsl(33, 58%, 44%) |
| CMYK | cmyk(0%, 33%, 73%, 31%) |
| LAB | lab(54.1 16.4 46.2) |
| LCH | lch(54.1 49.0 70.5) |
| OKLCH | oklch(0.610 0.112 67.7) |
Copy-ready code
/* CSS */
color: #af752f;
background-color: #af752f;
/* Tailwind (arbitrary) */
class="text-[#af752f] bg-[#af752f]"
/* SCSS */
$brand: #af752f;
/* SwiftUI */
Color(red: 0.686, green: 0.459, blue: 0.184)
/* Android */
Color.parseColor("#af752f")Accessibility — WCAG contrast
Aa
#af752f on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af752f on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow73.1%
Key (black)31.4%
Color previews
#af752f text on a black background
contrast 5.41:1
Card sample
#af752f text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af752f;
Background color
Panel with #af752f background
background-color: #af752f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af752f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 117, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 117, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af752f; background: linear-gradient(135deg, #af752f, #94AF2F);