#afb76f
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 183, 111
HSL
67°, 33%, 58%
CMYK
4, 0, 39, 28
Luminance
0.4413
Every format
| HEX | #afb76f |
| RGB | rgb(175, 183, 111) |
| HSL | hsl(67, 33%, 58%) |
| CMYK | cmyk(4%, 0%, 39%, 28%) |
| LAB | lab(72.3 -14.0 35.7) |
| LCH | lch(72.3 38.3 111.4) |
| OKLCH | oklch(0.756 0.095 113.9) |
Copy-ready code
/* CSS */
color: #afb76f;
background-color: #afb76f;
/* Tailwind (arbitrary) */
class="text-[#afb76f] bg-[#afb76f]"
/* SCSS */
$brand: #afb76f;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.435)
/* Android */
Color.parseColor("#afb76f")Accessibility — WCAG contrast
Aa
#afb76f on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb76f on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue43.5%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow39.3%
Key (black)28.2%
Color previews
#afb76f text on a black background
contrast 9.83:1
Card sample
#afb76f text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb76f;
Background color
Panel with #afb76f background
background-color: #afb76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb76f; background: linear-gradient(135deg, #afb76f, #7FB76F);