#af9952
a balanced, soft yellow · cool · closest name: tan
RGB
175, 153, 82
HSL
46°, 37%, 50%
CMYK
0, 13, 53, 31
Luminance
0.3251
Every format
| HEX | #af9952 |
| RGB | rgb(175, 153, 82) |
| HSL | hsl(46, 37%, 50%) |
| CMYK | cmyk(0%, 13%, 53%, 31%) |
| LAB | lab(63.8 -1.1 39.9) |
| LCH | lch(63.8 40.0 91.6) |
| OKLCH | oklch(0.687 0.095 92.6) |
Copy-ready code
/* CSS */
color: #af9952;
background-color: #af9952;
/* Tailwind (arbitrary) */
class="text-[#af9952] bg-[#af9952]"
/* SCSS */
$brand: #af9952;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.322)
/* Android */
Color.parseColor("#af9952")Accessibility — WCAG contrast
Aa
#af9952 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9952 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow53.1%
Key (black)31.4%
Color previews
#af9952 text on a black background
contrast 7.50:1
Card sample
#af9952 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9952;
Background color
Panel with #af9952 background
background-color: #af9952;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9952;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9952; background: linear-gradient(135deg, #af9952, #87AF52);