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