#abcf5c
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 207, 92
HSL
79°, 55%, 59%
CMYK
17, 0, 56, 19
Luminance
0.5406
Every format
| HEX | #abcf5c |
| RGB | rgb(171, 207, 92) |
| HSL | hsl(79, 55%, 59%) |
| CMYK | cmyk(17%, 0%, 56%, 19%) |
| LAB | lab(78.5 -29.4 52.4) |
| LCH | lch(78.5 60.0 119.3) |
| OKLCH | oklch(0.804 0.148 124.2) |
Copy-ready code
/* CSS */
color: #abcf5c;
background-color: #abcf5c;
/* Tailwind (arbitrary) */
class="text-[#abcf5c] bg-[#abcf5c]"
/* SCSS */
$brand: #abcf5c;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.361)
/* Android */
Color.parseColor("#abcf5c")Accessibility — WCAG contrast
Aa
#abcf5c on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf5c on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue36.1%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow55.6%
Key (black)18.8%
Color previews
#abcf5c text on a black background
contrast 11.81:1
Card sample
#abcf5c text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf5c;
Background color
Panel with #abcf5c background
background-color: #abcf5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf5c; background: linear-gradient(135deg, #abcf5c, #5ECF5C);