#af9965
a balanced, soft yellow · warm · closest name: tan
RGB
175, 153, 101
HSL
42°, 32%, 54%
CMYK
0, 13, 42, 31
Luminance
0.3284
Every format
| HEX | #af9965 |
| RGB | rgb(175, 153, 101) |
| HSL | hsl(42, 32%, 54%) |
| CMYK | cmyk(0%, 13%, 42%, 31%) |
| LAB | lab(64.0 0.8 30.3) |
| LCH | lch(64.0 30.3 88.5) |
| OKLCH | oklch(0.690 0.074 87.5) |
Copy-ready code
/* CSS */
color: #af9965;
background-color: #af9965;
/* Tailwind (arbitrary) */
class="text-[#af9965] bg-[#af9965]"
/* SCSS */
$brand: #af9965;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.396)
/* Android */
Color.parseColor("#af9965")Accessibility — WCAG contrast
Aa
#af9965 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9965 on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow42.3%
Key (black)31.4%
Color previews
#af9965 text on a black background
contrast 7.57:1
Card sample
#af9965 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9965;
Background color
Panel with #af9965 background
background-color: #af9965;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9965;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9965; background: linear-gradient(135deg, #af9965, #94AF65);