#afb558
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 181, 88
HSL
64°, 39%, 53%
CMYK
3, 0, 51, 29
Luminance
0.4287
Every format
| HEX | #afb558 |
| RGB | rgb(175, 181, 88) |
| HSL | hsl(64, 39%, 53%) |
| CMYK | cmyk(3%, 0%, 51%, 29%) |
| LAB | lab(71.5 -15.4 46.1) |
| LCH | lch(71.5 48.6 108.4) |
| OKLCH | oklch(0.749 0.117 112.2) |
Copy-ready code
/* CSS */
color: #afb558;
background-color: #afb558;
/* Tailwind (arbitrary) */
class="text-[#afb558] bg-[#afb558]"
/* SCSS */
$brand: #afb558;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.345)
/* Android */
Color.parseColor("#afb558")Accessibility — WCAG contrast
Aa
#afb558 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb558 on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue34.5%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow51.4%
Key (black)29.0%
Color previews
#afb558 text on a black background
contrast 9.57:1
Card sample
#afb558 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb558;
Background color
Panel with #afb558 background
background-color: #afb558;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb558;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb558; background: linear-gradient(135deg, #afb558, #71B558);