#af9d52
a balanced, soft yellow · cool · closest name: tan
RGB
175, 157, 82
HSL
48°, 37%, 50%
CMYK
0, 10, 53, 31
Luminance
0.3384
Every format
| HEX | #af9d52 |
| RGB | rgb(175, 157, 82) |
| HSL | hsl(48, 37%, 50%) |
| CMYK | cmyk(0%, 10%, 53%, 31%) |
| LAB | lab(64.8 -3.3 41.2) |
| LCH | lch(64.8 41.4 94.6) |
| OKLCH | oklch(0.696 0.098 96.1) |
Copy-ready code
/* CSS */
color: #af9d52;
background-color: #af9d52;
/* Tailwind (arbitrary) */
class="text-[#af9d52] bg-[#af9d52]"
/* SCSS */
$brand: #af9d52;
/* SwiftUI */
Color(red: 0.686, green: 0.616, blue: 0.322)
/* Android */
Color.parseColor("#af9d52")Accessibility — WCAG contrast
Aa
#af9d52 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9d52 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.6%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow53.1%
Key (black)31.4%
Color previews
#af9d52 text on a black background
contrast 7.77:1
Card sample
#af9d52 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9d52;
Background color
Panel with #af9d52 background
background-color: #af9d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 157, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 157, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9d52; background: linear-gradient(135deg, #af9d52, #83AF52);