#afbf73
a balanced, soft green · cool · closest name: khaki
RGB
175, 191, 115
HSL
73°, 37%, 60%
CMYK
8, 0, 40, 25
Luminance
0.4761
Every format
| HEX | #afbf73 |
| RGB | rgb(175, 191, 115) |
| HSL | hsl(73, 37%, 60%) |
| CMYK | cmyk(8%, 0%, 40%, 25%) |
| LAB | lab(74.6 -17.6 36.5) |
| LCH | lch(74.6 40.5 115.8) |
| OKLCH | oklch(0.775 0.102 118.5) |
Copy-ready code
/* CSS */
color: #afbf73;
background-color: #afbf73;
/* Tailwind (arbitrary) */
class="text-[#afbf73] bg-[#afbf73]"
/* SCSS */
$brand: #afbf73;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.451)
/* Android */
Color.parseColor("#afbf73")Accessibility — WCAG contrast
Aa
#afbf73 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbf73 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue45.1%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow39.8%
Key (black)25.1%
Color previews
#afbf73 text on a black background
contrast 10.52:1
Card sample
#afbf73 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbf73;
Background color
Panel with #afbf73 background
background-color: #afbf73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbf73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbf73; background: linear-gradient(135deg, #afbf73, #7CBF73);