#afb666
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 182, 102
HSL
65°, 35%, 56%
CMYK
4, 0, 44, 29
Luminance
0.4353
Every format
| HEX | #afb666 |
| RGB | rgb(175, 182, 102) |
| HSL | hsl(65, 35%, 56%) |
| CMYK | cmyk(4%, 0%, 44%, 29%) |
| LAB | lab(71.9 -14.5 39.8) |
| LCH | lch(71.9 42.3 110.0) |
| OKLCH | oklch(0.753 0.104 113.0) |
Copy-ready code
/* CSS */
color: #afb666;
background-color: #afb666;
/* Tailwind (arbitrary) */
class="text-[#afb666] bg-[#afb666]"
/* SCSS */
$brand: #afb666;
/* SwiftUI */
Color(red: 0.686, green: 0.714, blue: 0.400)
/* Android */
Color.parseColor("#afb666")Accessibility — WCAG contrast
Aa
#afb666 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb666 on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.4%
Blue40.0%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow44.0%
Key (black)28.6%
Color previews
#afb666 text on a black background
contrast 9.71:1
Card sample
#afb666 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb666;
Background color
Panel with #afb666 background
background-color: #afb666;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb666;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 182, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 182, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb666; background: linear-gradient(135deg, #afb666, #7AB666);