#afb779
a balanced, soft yellow · cool · closest name: tan
RGB
175, 183, 121
HSL
68°, 30%, 60%
CMYK
4, 0, 34, 28
Luminance
0.4436
Every format
| HEX | #afb779 |
| RGB | rgb(175, 183, 121) |
| HSL | hsl(68, 30%, 60%) |
| CMYK | cmyk(4%, 0%, 34%, 28%) |
| LAB | lab(72.5 -12.8 30.6) |
| LCH | lch(72.5 33.2 112.7) |
| OKLCH | oklch(0.758 0.083 114.4) |
Copy-ready code
/* CSS */
color: #afb779;
background-color: #afb779;
/* Tailwind (arbitrary) */
class="text-[#afb779] bg-[#afb779]"
/* SCSS */
$brand: #afb779;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.475)
/* Android */
Color.parseColor("#afb779")Accessibility — WCAG contrast
Aa
#afb779 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb779 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue47.5%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow33.9%
Key (black)28.2%
Color previews
#afb779 text on a black background
contrast 9.87:1
Card sample
#afb779 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb779;
Background color
Panel with #afb779 background
background-color: #afb779;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb779;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb779; background: linear-gradient(135deg, #afb779, #86B779);