#af9b5f
a balanced, soft yellow · cool · closest name: tan
RGB
175, 155, 95
HSL
45°, 33%, 53%
CMYK
0, 11, 46, 31
Luminance
0.3338
Every format
| HEX | #af9b5f |
| RGB | rgb(175, 155, 95) |
| HSL | hsl(45, 33%, 53%) |
| CMYK | cmyk(0%, 11%, 46%, 31%) |
| LAB | lab(64.5 -1.0 34.1) |
| LCH | lch(64.5 34.1 91.6) |
| OKLCH | oklch(0.693 0.083 91.6) |
Copy-ready code
/* CSS */
color: #af9b5f;
background-color: #af9b5f;
/* Tailwind (arbitrary) */
class="text-[#af9b5f] bg-[#af9b5f]"
/* SCSS */
$brand: #af9b5f;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.373)
/* Android */
Color.parseColor("#af9b5f")Accessibility — WCAG contrast
Aa
#af9b5f on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9b5f on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow45.7%
Key (black)31.4%
Color previews
#af9b5f text on a black background
contrast 7.68:1
Card sample
#af9b5f text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9b5f;
Background color
Panel with #af9b5f background
background-color: #af9b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9b5f; background: linear-gradient(135deg, #af9b5f, #8EAF5F);