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