#af7639
a balanced, vivid orange · warm · closest name: peru
RGB
175, 118, 57
HSL
31°, 51%, 46%
CMYK
0, 33, 67, 31
Luminance
0.2237
Every format
| HEX | #af7639 |
| RGB | rgb(175, 118, 57) |
| HSL | hsl(31, 51%, 46%) |
| CMYK | cmyk(0%, 33%, 67%, 31%) |
| LAB | lab(54.4 16.4 41.8) |
| LCH | lch(54.4 44.9 68.5) |
| OKLCH | oklch(0.613 0.105 65.3) |
Copy-ready code
/* CSS */
color: #af7639;
background-color: #af7639;
/* Tailwind (arbitrary) */
class="text-[#af7639] bg-[#af7639]"
/* SCSS */
$brand: #af7639;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.224)
/* Android */
Color.parseColor("#af7639")Accessibility — WCAG contrast
Aa
#af7639 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7639 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow67.4%
Key (black)31.4%
Color previews
#af7639 text on a black background
contrast 5.47:1
Card sample
#af7639 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7639;
Background color
Panel with #af7639 background
background-color: #af7639;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7639;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7639; background: linear-gradient(135deg, #af7639, #99AF39);