#af9b6c
a balanced, soft yellow · warm · closest name: tan
RGB
175, 155, 108
HSL
42°, 30%, 56%
CMYK
0, 11, 38, 31
Luminance
0.3364
Every format
| HEX | #af9b6c |
| RGB | rgb(175, 155, 108) |
| HSL | hsl(42, 30%, 56%) |
| CMYK | cmyk(0%, 11%, 38%, 31%) |
| LAB | lab(64.7 0.5 27.4) |
| LCH | lch(64.7 27.4 89.0) |
| OKLCH | oklch(0.696 0.068 87.5) |
Copy-ready code
/* CSS */
color: #af9b6c;
background-color: #af9b6c;
/* Tailwind (arbitrary) */
class="text-[#af9b6c] bg-[#af9b6c]"
/* SCSS */
$brand: #af9b6c;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.424)
/* Android */
Color.parseColor("#af9b6c")Accessibility — WCAG contrast
Aa
#af9b6c on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9b6c on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow38.3%
Key (black)31.4%
Color previews
#af9b6c text on a black background
contrast 7.73:1
Card sample
#af9b6c text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9b6c;
Background color
Panel with #af9b6c background
background-color: #af9b6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9b6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9b6c; background: linear-gradient(135deg, #af9b6c, #96AF6C);