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