#af9b65
a balanced, soft yellow · warm · closest name: tan
RGB
175, 155, 101
HSL
44°, 32%, 54%
CMYK
0, 11, 42, 31
Luminance
0.3350
Every format
| HEX | #af9b65 |
| RGB | rgb(175, 155, 101) |
| HSL | hsl(44, 32%, 54%) |
| CMYK | cmyk(0%, 11%, 42%, 31%) |
| LAB | lab(64.6 -0.3 31.0) |
| LCH | lch(64.6 31.0 90.6) |
| OKLCH | oklch(0.695 0.076 89.9) |
Copy-ready code
/* CSS */
color: #af9b65;
background-color: #af9b65;
/* Tailwind (arbitrary) */
class="text-[#af9b65] bg-[#af9b65]"
/* SCSS */
$brand: #af9b65;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.396)
/* Android */
Color.parseColor("#af9b65")Accessibility — WCAG contrast
Aa
#af9b65 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9b65 on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow42.3%
Key (black)31.4%
Color previews
#af9b65 text on a black background
contrast 7.70:1
Card sample
#af9b65 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9b65;
Background color
Panel with #af9b65 background
background-color: #af9b65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9b65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9b65; background: linear-gradient(135deg, #af9b65, #92AF65);