#afb36c
a balanced, soft yellow · cool · closest name: tan
RGB
175, 179, 108
HSL
63°, 32%, 56%
CMYK
2, 0, 40, 30
Luminance
0.4244
Every format
| HEX | #afb36c |
| RGB | rgb(175, 179, 108) |
| HSL | hsl(63, 32%, 56%) |
| CMYK | cmyk(2%, 0%, 40%, 30%) |
| LAB | lab(71.2 -12.3 35.8) |
| LCH | lch(71.2 37.8 109.0) |
| OKLCH | oklch(0.747 0.093 111.2) |
Copy-ready code
/* CSS */
color: #afb36c;
background-color: #afb36c;
/* Tailwind (arbitrary) */
class="text-[#afb36c] bg-[#afb36c]"
/* SCSS */
$brand: #afb36c;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.424)
/* Android */
Color.parseColor("#afb36c")Accessibility — WCAG contrast
Aa
#afb36c on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb36c on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue42.4%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow39.7%
Key (black)29.8%
Color previews
#afb36c text on a black background
contrast 9.49:1
Card sample
#afb36c text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb36c;
Background color
Panel with #afb36c background
background-color: #afb36c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb36c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb36c; background: linear-gradient(135deg, #afb36c, #80B36C);