Mint
#9DECAB
GreenColor Codes
All color formats for development
HEX
#9DECABRGB
rgb(157, 236, 171)HSL
hsl(131, 68%, 77%)OKLCH
oklch(0.875 0.119 149.1)CMYK
cmyk(33%, 0%, 28%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE68F
2#5AE073
3#3AD957
4#26C643
5#1FA538
6#19842D
7#136322
8#0D4216
9#06210B
Tints
Lighter variations
1#A6EEB3
2#B0F0BC
3#BAF2C4
4#C4F4CD
5#CEF6D5
6#D8F7DD
7#E1F9E6
8#EBFBEE
9#F5FDF7
Tones
Muted variations
1#A0E8AE
2#A4E4B0
3#A8E0B3
4#ACDCB5
5#B0D8B8
6#B4D4BA
7#B8D0BD
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 #C7F4D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECAB | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E27F | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC40 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9633 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4517 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E1F9E5;
--mint-200: #C7F4D0;
--mint-300: #9CECAB;
--mint-400: #69E27F;
--mint-500: #3EDA5B;
--mint-600: #24BC40;
--mint-700: #1D9633;
--mint-800: #146B24;
--mint-900: #0D4517;
--mint-950: #082B0F;
}