#abc35f
a balanced, vivid green · cool · closest name: khaki
RGB
171, 195, 95
HSL
74°, 46%, 57%
CMYK
12, 0, 51, 24
Luminance
0.4851
Every format
| HEX | #abc35f |
| RGB | rgb(171, 195, 95) |
| HSL | hsl(74, 46%, 57%) |
| CMYK | cmyk(12%, 0%, 51%, 24%) |
| LAB | lab(75.2 -23.3 47.0) |
| LCH | lch(75.2 52.5 116.4) |
| OKLCH | oklch(0.778 0.130 120.7) |
Copy-ready code
/* CSS */
color: #abc35f;
background-color: #abc35f;
/* Tailwind (arbitrary) */
class="text-[#abc35f] bg-[#abc35f]"
/* SCSS */
$brand: #abc35f;
/* SwiftUI */
Color(red: 0.671, green: 0.765, blue: 0.373)
/* Android */
Color.parseColor("#abc35f")Accessibility — WCAG contrast
Aa
#abc35f on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc35f on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.5%
Blue37.3%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow51.3%
Key (black)23.5%
Color previews
#abc35f text on a black background
contrast 10.70:1
Card sample
#abc35f text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc35f;
Background color
Panel with #abc35f background
background-color: #abc35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 195, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 195, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc35f; background: linear-gradient(135deg, #abc35f, #68C35F);