#afbf71
a balanced, soft green · cool · closest name: khaki
RGB
175, 191, 113
HSL
72°, 38%, 60%
CMYK
8, 0, 41, 25
Luminance
0.4757
Every format
| HEX | #afbf71 |
| RGB | rgb(175, 191, 113) |
| HSL | hsl(72, 38%, 60%) |
| CMYK | cmyk(8%, 0%, 41%, 25%) |
| LAB | lab(74.5 -17.8 37.5) |
| LCH | lch(74.5 41.5 115.5) |
| OKLCH | oklch(0.774 0.104 118.4) |
Copy-ready code
/* CSS */
color: #afbf71;
background-color: #afbf71;
/* Tailwind (arbitrary) */
class="text-[#afbf71] bg-[#afbf71]"
/* SCSS */
$brand: #afbf71;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.443)
/* Android */
Color.parseColor("#afbf71")Accessibility — WCAG contrast
Aa
#afbf71 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbf71 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue44.3%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow40.8%
Key (black)25.1%
Color previews
#afbf71 text on a black background
contrast 10.51:1
Card sample
#afbf71 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbf71;
Background color
Panel with #afbf71 background
background-color: #afbf71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbf71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbf71; background: linear-gradient(135deg, #afbf71, #7BBF71);