#afbc73
a balanced, soft green · cool · closest name: khaki
RGB
175, 188, 115
HSL
71°, 35%, 59%
CMYK
7, 0, 39, 26
Luminance
0.4632
Every format
| HEX | #afbc73 |
| RGB | rgb(175, 188, 115) |
| HSL | hsl(71, 35%, 59%) |
| CMYK | cmyk(7%, 0%, 39%, 26%) |
| LAB | lab(73.8 -16.1 35.4) |
| LCH | lch(73.8 38.9 114.4) |
| OKLCH | oklch(0.768 0.097 117.0) |
Copy-ready code
/* CSS */
color: #afbc73;
background-color: #afbc73;
/* Tailwind (arbitrary) */
class="text-[#afbc73] bg-[#afbc73]"
/* SCSS */
$brand: #afbc73;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.451)
/* Android */
Color.parseColor("#afbc73")Accessibility — WCAG contrast
Aa
#afbc73 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc73 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue45.1%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow38.8%
Key (black)26.3%
Color previews
#afbc73 text on a black background
contrast 10.26:1
Card sample
#afbc73 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc73;
Background color
Panel with #afbc73 background
background-color: #afbc73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc73; background: linear-gradient(135deg, #afbc73, #7EBC73);