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