#afba73
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 186, 115
HSL
69°, 34%, 59%
CMYK
6, 0, 38, 27
Luminance
0.4547
Every format
| HEX | #afba73 |
| RGB | rgb(175, 186, 115) |
| HSL | hsl(69, 34%, 59%) |
| CMYK | cmyk(6%, 0%, 38%, 27%) |
| LAB | lab(73.2 -15.1 34.7) |
| LCH | lch(73.2 37.9 113.5) |
| OKLCH | oklch(0.764 0.095 115.9) |
Copy-ready code
/* CSS */
color: #afba73;
background-color: #afba73;
/* Tailwind (arbitrary) */
class="text-[#afba73] bg-[#afba73]"
/* SCSS */
$brand: #afba73;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.451)
/* Android */
Color.parseColor("#afba73")Accessibility — WCAG contrast
Aa
#afba73 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba73 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue45.1%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow38.2%
Key (black)27.1%
Color previews
#afba73 text on a black background
contrast 10.09:1
Card sample
#afba73 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba73;
Background color
Panel with #afba73 background
background-color: #afba73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba73; background: linear-gradient(135deg, #afba73, #80BA73);