#af7645
a balanced, soft orange · warm · closest name: peru
RGB
175, 118, 69
HSL
28°, 43%, 48%
CMYK
0, 33, 61, 31
Luminance
0.2250
Every format
| HEX | #af7645 |
| RGB | rgb(175, 118, 69) |
| HSL | hsl(28, 43%, 48%) |
| CMYK | cmyk(0%, 33%, 61%, 31%) |
| LAB | lab(54.6 17.2 35.7) |
| LCH | lch(54.6 39.6 64.2) |
| OKLCH | oklch(0.615 0.097 60.2) |
Copy-ready code
/* CSS */
color: #af7645;
background-color: #af7645;
/* Tailwind (arbitrary) */
class="text-[#af7645] bg-[#af7645]"
/* SCSS */
$brand: #af7645;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.271)
/* Android */
Color.parseColor("#af7645")Accessibility — WCAG contrast
Aa
#af7645 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7645 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow60.6%
Key (black)31.4%
Color previews
#af7645 text on a black background
contrast 5.50:1
Card sample
#af7645 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7645;
Background color
Panel with #af7645 background
background-color: #af7645;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7645;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7645; background: linear-gradient(135deg, #af7645, #A1AF45);