#af7439
a balanced, vivid orange · warm · closest name: peru
RGB
175, 116, 57
HSL
30°, 51%, 46%
CMYK
0, 34, 67, 31
Luminance
0.2190
Every format
| HEX | #af7439 |
| RGB | rgb(175, 116, 57) |
| HSL | hsl(30, 51%, 46%) |
| CMYK | cmyk(0%, 34%, 67%, 31%) |
| LAB | lab(53.9 17.5 41.2) |
| LCH | lch(53.9 44.8 67.0) |
| OKLCH | oklch(0.609 0.105 63.4) |
Copy-ready code
/* CSS */
color: #af7439;
background-color: #af7439;
/* Tailwind (arbitrary) */
class="text-[#af7439] bg-[#af7439]"
/* SCSS */
$brand: #af7439;
/* SwiftUI */
Color(red: 0.686, green: 0.455, blue: 0.224)
/* Android */
Color.parseColor("#af7439")Accessibility — WCAG contrast
Aa
#af7439 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7439 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow67.4%
Key (black)31.4%
Color previews
#af7439 text on a black background
contrast 5.38:1
Card sample
#af7439 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7439;
Background color
Panel with #af7439 background
background-color: #af7439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 116, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 116, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7439; background: linear-gradient(135deg, #af7439, #9BAF39);