#af9564
a balanced, soft orange · warm · closest name: tan
RGB
175, 149, 100
HSL
39°, 32%, 54%
CMYK
0, 15, 43, 31
Luminance
0.3153
Every format
| HEX | #af9564 |
| RGB | rgb(175, 149, 100) |
| HSL | hsl(39, 32%, 54%) |
| CMYK | cmyk(0%, 15%, 43%, 31%) |
| LAB | lab(63.0 2.9 29.4) |
| LCH | lch(63.0 29.6 84.5) |
| OKLCH | oklch(0.682 0.073 82.7) |
Copy-ready code
/* CSS */
color: #af9564;
background-color: #af9564;
/* Tailwind (arbitrary) */
class="text-[#af9564] bg-[#af9564]"
/* SCSS */
$brand: #af9564;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.392)
/* Android */
Color.parseColor("#af9564")Accessibility — WCAG contrast
Aa
#af9564 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9564 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow42.9%
Key (black)31.4%
Color previews
#af9564 text on a black background
contrast 7.31:1
Card sample
#af9564 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9564;
Background color
Panel with #af9564 background
background-color: #af9564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9564; background: linear-gradient(135deg, #af9564, #97AF64);