#abce7f
a light, soft green · cool · closest name: khaki
RGB
171, 206, 127
HSL
87°, 45%, 65%
CMYK
17, 0, 38, 19
Luminance
0.5433
Every format
| HEX | #abce7f |
| RGB | rgb(171, 206, 127) |
| HSL | hsl(87, 45%, 65%) |
| CMYK | cmyk(17%, 0%, 38%, 19%) |
| LAB | lab(78.7 -25.1 35.5) |
| LCH | lch(78.7 43.5 125.2) |
| OKLCH | oklch(0.807 0.111 128.1) |
Copy-ready code
/* CSS */
color: #abce7f;
background-color: #abce7f;
/* Tailwind (arbitrary) */
class="text-[#abce7f] bg-[#abce7f]"
/* SCSS */
$brand: #abce7f;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.498)
/* Android */
Color.parseColor("#abce7f")Accessibility — WCAG contrast
Aa
#abce7f on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abce7f on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue49.8%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow38.3%
Key (black)19.2%
Color previews
#abce7f text on a black background
contrast 11.87:1
Card sample
#abce7f text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abce7f;
Background color
Panel with #abce7f background
background-color: #abce7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abce7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abce7f; background: linear-gradient(135deg, #abce7f, #7FCE88);