#afb757
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 183, 87
HSL
65°, 40%, 53%
CMYK
4, 0, 53, 28
Luminance
0.4367
Every format
| HEX | #afb757 |
| RGB | rgb(175, 183, 87) |
| HSL | hsl(65, 40%, 53%) |
| CMYK | cmyk(4%, 0%, 53%, 28%) |
| LAB | lab(72.0 -16.5 47.2) |
| LCH | lch(72.0 50.0 109.2) |
| OKLCH | oklch(0.753 0.121 113.2) |
Copy-ready code
/* CSS */
color: #afb757;
background-color: #afb757;
/* Tailwind (arbitrary) */
class="text-[#afb757] bg-[#afb757]"
/* SCSS */
$brand: #afb757;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.341)
/* Android */
Color.parseColor("#afb757")Accessibility — WCAG contrast
Aa
#afb757 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb757 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue34.1%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow52.5%
Key (black)28.2%
Color previews
#afb757 text on a black background
contrast 9.73:1
Card sample
#afb757 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb757;
Background color
Panel with #afb757 background
background-color: #afb757;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb757;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb757; background: linear-gradient(135deg, #afb757, #6FB757);