#abe67f
a light, vivid green · cool · closest name: khaki
RGB
171, 230, 127
HSL
94°, 67%, 70%
CMYK
26, 0, 45, 10
Luminance
0.6678
Every format
| HEX | #abe67f |
| RGB | rgb(171, 230, 127) |
| HSL | hsl(94, 67%, 70%) |
| CMYK | cmyk(26%, 0%, 45%, 10%) |
| LAB | lab(85.4 -36.3 44.1) |
| LCH | lch(85.4 57.2 129.5) |
| OKLCH | oklch(0.862 0.146 133.1) |
Copy-ready code
/* CSS */
color: #abe67f;
background-color: #abe67f;
/* Tailwind (arbitrary) */
class="text-[#abe67f] bg-[#abe67f]"
/* SCSS */
$brand: #abe67f;
/* SwiftUI */
Color(red: 0.671, green: 0.902, blue: 0.498)
/* Android */
Color.parseColor("#abe67f")Accessibility — WCAG contrast
Aa
#abe67f on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe67f on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green90.2%
Blue49.8%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow44.8%
Key (black)9.8%
Color previews
#abe67f text on a black background
contrast 14.36:1
Card sample
#abe67f text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe67f;
Background color
Panel with #abe67f background
background-color: #abe67f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe67f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 230, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 230, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe67f; background: linear-gradient(135deg, #abe67f, #7FE698);