#afb77c
a balanced, soft yellow · cool · closest name: tan
RGB
175, 183, 124
HSL
68°, 29%, 60%
CMYK
4, 0, 32, 28
Luminance
0.4444
Every format
| HEX | #afb77c |
| RGB | rgb(175, 183, 124) |
| HSL | hsl(68, 29%, 60%) |
| CMYK | cmyk(4%, 0%, 32%, 28%) |
| LAB | lab(72.5 -12.4 29.1) |
| LCH | lch(72.5 31.7 113.1) |
| OKLCH | oklch(0.759 0.080 114.6) |
Copy-ready code
/* CSS */
color: #afb77c;
background-color: #afb77c;
/* Tailwind (arbitrary) */
class="text-[#afb77c] bg-[#afb77c]"
/* SCSS */
$brand: #afb77c;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.486)
/* Android */
Color.parseColor("#afb77c")Accessibility — WCAG contrast
Aa
#afb77c on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb77c on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue48.6%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow32.2%
Key (black)28.2%
Color previews
#afb77c text on a black background
contrast 9.89:1
Card sample
#afb77c text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb77c;
Background color
Panel with #afb77c background
background-color: #afb77c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb77c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb77c; background: linear-gradient(135deg, #afb77c, #88B77C);