#afb07c
a balanced, soft yellow · cool · closest name: tan
RGB
175, 176, 124
HSL
61°, 25%, 59%
CMYK
1, 0, 30, 31
Luminance
0.4162
Every format
| HEX | #afb07c |
| RGB | rgb(175, 176, 124) |
| HSL | hsl(61, 25%, 59%) |
| CMYK | cmyk(1%, 0%, 30%, 31%) |
| LAB | lab(70.6 -8.8 26.6) |
| LCH | lch(70.6 28.0 108.2) |
| OKLCH | oklch(0.744 0.070 108.9) |
Copy-ready code
/* CSS */
color: #afb07c;
background-color: #afb07c;
/* Tailwind (arbitrary) */
class="text-[#afb07c] bg-[#afb07c]"
/* SCSS */
$brand: #afb07c;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.486)
/* Android */
Color.parseColor("#afb07c")Accessibility — WCAG contrast
Aa
#afb07c on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb07c on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue48.6%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow29.5%
Key (black)31.0%
Color previews
#afb07c text on a black background
contrast 9.32:1
Card sample
#afb07c text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb07c;
Background color
Panel with #afb07c background
background-color: #afb07c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb07c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb07c; background: linear-gradient(135deg, #afb07c, #8CB07C);