#abbf6c
a balanced, soft green · cool · closest name: khaki
RGB
171, 191, 108
HSL
75°, 39%, 59%
CMYK
11, 0, 44, 25
Luminance
0.4700
Every format
| HEX | #abbf6c |
| RGB | rgb(171, 191, 108) |
| HSL | hsl(75, 39%, 59%) |
| CMYK | cmyk(11%, 0%, 44%, 25%) |
| LAB | lab(74.2 -20.0 39.5) |
| LCH | lch(74.2 44.3 116.8) |
| OKLCH | oklch(0.770 0.111 120.2) |
Copy-ready code
/* CSS */
color: #abbf6c;
background-color: #abbf6c;
/* Tailwind (arbitrary) */
class="text-[#abbf6c] bg-[#abbf6c]"
/* SCSS */
$brand: #abbf6c;
/* SwiftUI */
Color(red: 0.671, green: 0.749, blue: 0.424)
/* Android */
Color.parseColor("#abbf6c")Accessibility — WCAG contrast
Aa
#abbf6c on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbf6c on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green74.9%
Blue42.4%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow43.5%
Key (black)25.1%
Color previews
#abbf6c text on a black background
contrast 10.40:1
Card sample
#abbf6c text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbf6c;
Background color
Panel with #abbf6c background
background-color: #abbf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 191, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 191, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbf6c; background: linear-gradient(135deg, #abbf6c, #74BF6C);