#af751d
a dark, vivid orange · warm · closest name: peru
RGB
175, 117, 29
HSL
36°, 72%, 40%
CMYK
0, 33, 83, 31
Luminance
0.2193
Every format
| HEX | #af751d |
| RGB | rgb(175, 117, 29) |
| HSL | hsl(36, 72%, 40%) |
| CMYK | cmyk(0%, 33%, 83%, 31%) |
| LAB | lab(54.0 15.7 53.5) |
| LCH | lch(54.0 55.7 73.7) |
| OKLCH | oklch(0.609 0.121 71.7) |
Copy-ready code
/* CSS */
color: #af751d;
background-color: #af751d;
/* Tailwind (arbitrary) */
class="text-[#af751d] bg-[#af751d]"
/* SCSS */
$brand: #af751d;
/* SwiftUI */
Color(red: 0.686, green: 0.459, blue: 0.114)
/* Android */
Color.parseColor("#af751d")Accessibility — WCAG contrast
Aa
#af751d on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af751d on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.9%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow83.4%
Key (black)31.4%
Color previews
#af751d text on a black background
contrast 5.39:1
Card sample
#af751d text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af751d;
Background color
Panel with #af751d background
background-color: #af751d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af751d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 117, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 117, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af751d; background: linear-gradient(135deg, #af751d, #88AF1D);