#af9561
a balanced, soft yellow · warm · closest name: tan
RGB
175, 149, 97
HSL
40°, 33%, 53%
CMYK
0, 15, 45, 31
Luminance
0.3147
Every format
| HEX | #af9561 |
| RGB | rgb(175, 149, 97) |
| HSL | hsl(40, 33%, 53%) |
| CMYK | cmyk(0%, 15%, 45%, 31%) |
| LAB | lab(62.9 2.5 31.0) |
| LCH | lch(62.9 31.1 85.4) |
| OKLCH | oklch(0.681 0.076 84.0) |
Copy-ready code
/* CSS */
color: #af9561;
background-color: #af9561;
/* Tailwind (arbitrary) */
class="text-[#af9561] bg-[#af9561]"
/* SCSS */
$brand: #af9561;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.380)
/* Android */
Color.parseColor("#af9561")Accessibility — WCAG contrast
Aa
#af9561 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9561 on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow44.6%
Key (black)31.4%
Color previews
#af9561 text on a black background
contrast 7.29:1
Card sample
#af9561 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9561;
Background color
Panel with #af9561 background
background-color: #af9561;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9561;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9561; background: linear-gradient(135deg, #af9561, #95AF61);