#af7d64
a balanced, soft orange · warm · closest name: tan
RGB
175, 125, 100
HSL
20°, 32%, 54%
CMYK
0, 29, 43, 31
Luminance
0.2470
Every format
| HEX | #af7d64 |
| RGB | rgb(175, 125, 100) |
| HSL | hsl(20, 32%, 54%) |
| CMYK | cmyk(0%, 29%, 43%, 31%) |
| LAB | lab(56.8 16.2 21.3) |
| LCH | lch(56.8 26.8 52.7) |
| OKLCH | oklch(0.633 0.072 47.5) |
Copy-ready code
/* CSS */
color: #af7d64;
background-color: #af7d64;
/* Tailwind (arbitrary) */
class="text-[#af7d64] bg-[#af7d64]"
/* SCSS */
$brand: #af7d64;
/* SwiftUI */
Color(red: 0.686, green: 0.490, blue: 0.392)
/* Android */
Color.parseColor("#af7d64")Accessibility — WCAG contrast
Aa
#af7d64 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7d64 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.0%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow42.9%
Key (black)31.4%
Color previews
#af7d64 text on a black background
contrast 5.94:1
Card sample
#af7d64 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7d64;
Background color
Panel with #af7d64 background
background-color: #af7d64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7d64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 125, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 125, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7d64; background: linear-gradient(135deg, #af7d64, #AFAF64);