#af8564
a balanced, soft orange · warm · closest name: tan
RGB
175, 133, 100
HSL
26°, 32%, 54%
CMYK
0, 24, 43, 31
Luminance
0.2681
Every format
| HEX | #af8564 |
| RGB | rgb(175, 133, 100) |
| HSL | hsl(26, 32%, 54%) |
| CMYK | cmyk(0%, 24%, 43%, 31%) |
| LAB | lab(58.8 11.7 24.0) |
| LCH | lch(58.8 26.7 63.9) |
| OKLCH | oklch(0.649 0.069 59.3) |
Copy-ready code
/* CSS */
color: #af8564;
background-color: #af8564;
/* Tailwind (arbitrary) */
class="text-[#af8564] bg-[#af8564]"
/* SCSS */
$brand: #af8564;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#af8564")Accessibility — WCAG contrast
Aa
#af8564 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8564 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow42.9%
Key (black)31.4%
Color previews
#af8564 text on a black background
contrast 6.36:1
Card sample
#af8564 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8564;
Background color
Panel with #af8564 background
background-color: #af8564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8564; background: linear-gradient(135deg, #af8564, #A7AF64);