#abcf88
a light, soft green · cool · closest name: khaki
RGB
171, 207, 136
HSL
90°, 43%, 67%
CMYK
17, 0, 34, 19
Luminance
0.5506
Every format
| HEX | #abcf88 |
| RGB | rgb(171, 207, 136) |
| HSL | hsl(90, 43%, 67%) |
| CMYK | cmyk(17%, 0%, 34%, 19%) |
| LAB | lab(79.1 -24.3 31.5) |
| LCH | lch(79.1 39.8 127.7) |
| OKLCH | oklch(0.811 0.103 130.3) |
Copy-ready code
/* CSS */
color: #abcf88;
background-color: #abcf88;
/* Tailwind (arbitrary) */
class="text-[#abcf88] bg-[#abcf88]"
/* SCSS */
$brand: #abcf88;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.533)
/* Android */
Color.parseColor("#abcf88")Accessibility — WCAG contrast
Aa
#abcf88 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf88 on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue53.3%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow34.3%
Key (black)18.8%
Color previews
#abcf88 text on a black background
contrast 12.01:1
Card sample
#abcf88 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf88;
Background color
Panel with #abcf88 background
background-color: #abcf88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf88; background: linear-gradient(135deg, #abcf88, #88CF94);