Mint
#9DECA6
GreenColor Codes
All color formats for development
HEX
#9DECA6RGB
rgb(157, 236, 166)HSL
hsl(127, 68%, 77%)OKLCH
oklch(0.874 0.124 147.2)CMYK
cmyk(33%, 0%, 30%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE688
2#5AE06A
3#3AD94C
4#26C638
5#1FA52F
6#198426
7#13631C
8#0D4213
9#062109
Tints
Lighter variations
1#A6EEAF
2#B0F0B8
3#BAF2C1
4#C4F4C9
5#CEF6D2
6#D8F7DB
7#E1F9E4
8#EBFBED
9#F5FDF6
Tones
Muted variations
1#A0E8A9
2#A4E4AC
3#A8E0AF
4#ACDCB2
5#B0D8B5
6#B4D4B8
7#B8D0BB
8#BCCCBE
9#C0C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECA6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E277 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA50 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC36 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D962B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B1F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4514 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF3;
--mint-100: #E1F9E4;
--mint-200: #C7F4CD;
--mint-300: #9CECA6;
--mint-400: #69E277;
--mint-500: #3EDA50;
--mint-600: #24BC36;
--mint-700: #1D962B;
--mint-800: #146B1F;
--mint-900: #0D4514;
--mint-950: #082B0C;
}