#af7640
a balanced, vivid orange · warm · closest name: peru
RGB
175, 118, 64
HSL
29°, 46%, 47%
CMYK
0, 33, 63, 31
Luminance
0.2244
Every format
| HEX | #af7640 |
| RGB | rgb(175, 118, 64) |
| HSL | hsl(29, 46%, 47%) |
| CMYK | cmyk(0%, 33%, 63%, 31%) |
| LAB | lab(54.5 16.9 38.3) |
| LCH | lch(54.5 41.8 66.2) |
| OKLCH | oklch(0.614 0.100 62.5) |
Copy-ready code
/* CSS */
color: #af7640;
background-color: #af7640;
/* Tailwind (arbitrary) */
class="text-[#af7640] bg-[#af7640]"
/* SCSS */
$brand: #af7640;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.251)
/* Android */
Color.parseColor("#af7640")Accessibility — WCAG contrast
Aa
#af7640 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7640 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow63.4%
Key (black)31.4%
Color previews
#af7640 text on a black background
contrast 5.49:1
Card sample
#af7640 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7640;
Background color
Panel with #af7640 background
background-color: #af7640;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7640;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7640; background: linear-gradient(135deg, #af7640, #9EAF40);