#afac65
a balanced, soft yellow · cool · closest name: tan
RGB
175, 172, 101
HSL
58°, 32%, 54%
CMYK
0, 2, 42, 31
Luminance
0.3956
Every format
| HEX | #afac65 |
| RGB | rgb(175, 172, 101) |
| HSL | hsl(58, 32%, 54%) |
| CMYK | cmyk(0%, 2%, 42%, 31%) |
| LAB | lab(69.2 -9.4 36.8) |
| LCH | lch(69.2 38.0 104.3) |
| OKLCH | oklch(0.731 0.093 106.4) |
Copy-ready code
/* CSS */
color: #afac65;
background-color: #afac65;
/* Tailwind (arbitrary) */
class="text-[#afac65] bg-[#afac65]"
/* SCSS */
$brand: #afac65;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.396)
/* Android */
Color.parseColor("#afac65")Accessibility — WCAG contrast
Aa
#afac65 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac65 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow42.3%
Key (black)31.4%
Color previews
#afac65 text on a black background
contrast 8.91:1
Card sample
#afac65 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac65;
Background color
Panel with #afac65 background
background-color: #afac65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac65; background: linear-gradient(135deg, #afac65, #81AF65);