#af8765
a balanced, soft orange · warm · closest name: tan
RGB
175, 135, 101
HSL
28°, 32%, 54%
CMYK
0, 23, 42, 31
Luminance
0.2738
Every format
| HEX | #af8765 |
| RGB | rgb(175, 135, 101) |
| HSL | hsl(28, 32%, 54%) |
| CMYK | cmyk(0%, 23%, 42%, 31%) |
| LAB | lab(59.3 10.7 24.1) |
| LCH | lch(59.3 26.4 66.0) |
| OKLCH | oklch(0.653 0.068 61.6) |
Copy-ready code
/* CSS */
color: #af8765;
background-color: #af8765;
/* Tailwind (arbitrary) */
class="text-[#af8765] bg-[#af8765]"
/* SCSS */
$brand: #af8765;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.396)
/* Android */
Color.parseColor("#af8765")Accessibility — WCAG contrast
Aa
#af8765 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8765 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow42.3%
Key (black)31.4%
Color previews
#af8765 text on a black background
contrast 6.48:1
Card sample
#af8765 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8765;
Background color
Panel with #af8765 background
background-color: #af8765;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8765;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8765; background: linear-gradient(135deg, #af8765, #A6AF65);