#abcf91
a light, soft green · cool · closest name: khaki
RGB
171, 207, 145
HSL
95°, 39%, 69%
CMYK
17, 0, 30, 19
Luminance
0.5533
Every format
| HEX | #abcf91 |
| RGB | rgb(171, 207, 145) |
| HSL | hsl(95, 39%, 69%) |
| CMYK | cmyk(17%, 0%, 30%, 19%) |
| LAB | lab(79.2 -23.1 27.0) |
| LCH | lch(79.2 35.5 130.5) |
| OKLCH | oklch(0.813 0.092 132.7) |
Copy-ready code
/* CSS */
color: #abcf91;
background-color: #abcf91;
/* Tailwind (arbitrary) */
class="text-[#abcf91] bg-[#abcf91]"
/* SCSS */
$brand: #abcf91;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.569)
/* Android */
Color.parseColor("#abcf91")Accessibility — WCAG contrast
Aa
#abcf91 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf91 on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue56.9%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow30.0%
Key (black)18.8%
Color previews
#abcf91 text on a black background
contrast 12.07:1
Card sample
#abcf91 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf91;
Background color
Panel with #abcf91 background
background-color: #abcf91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf91; background: linear-gradient(135deg, #abcf91, #91CFA0);