Mint
#9DECAA
GreenColor Codes
All color formats for development
HEX
#9DECAARGB
rgb(157, 236, 170)HSL
hsl(130, 68%, 77%)OKLCH
oklch(0.875 0.12 148.7)CMYK
cmyk(33%, 0%, 28%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE68D
2#5AE071
3#3AD954
4#26C640
5#1FA536
6#19842B
7#136320
8#0D4215
9#06210B
Tints
Lighter variations
1#A6EEB2
2#B0F0BB
3#BAF2C3
4#C4F4CC
5#CEF6D4
6#D8F7DD
7#E1F9E5
8#EBFBEE
9#F5FDF6
Tones
Muted variations
1#A0E8AC
2#A4E4AF
3#A8E0B2
4#ACDCB4
5#B0D8B7
6#B4D4BA
7#B8D0BC
8#BCCCBF
9#C0C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECAA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E27D | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA58 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC3D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9631 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B23 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4516 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E1F9E5;
--mint-200: #C7F4CF;
--mint-300: #9CECAA;
--mint-400: #69E27D;
--mint-500: #3EDA58;
--mint-600: #24BC3D;
--mint-700: #1D9631;
--mint-800: #146B23;
--mint-900: #0D4516;
--mint-950: #082B0E;
}