Mint
#9CECA6
GreenColor Codes
All color formats for development
HEX
#9CECA6RGB
rgb(156, 236, 166)HSL
hsl(128, 68%, 77%)OKLCH
oklch(0.874 0.124 147.5)CMYK
cmyk(34%, 0%, 30%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE68A
2#5AE06C
3#3AD94F
4#26C63B
5#1FA531
6#198427
7#13631E
8#0D4214
9#06210A
Tints
Lighter variations
1#A6EEB0
2#B0F0B9
3#BAF2C1
4#C4F4CA
5#CEF6D3
6#D8F7DC
7#E1F9E5
8#EBFBED
9#F5FDF6
Tones
Muted variations
1#A0E8AA
2#A4E4AD
3#A8E0B0
4#ACDCB3
5#B0D8B6
6#B4D4B9
7#B8D0BC
8#BCCCBF
9#C0C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECA7 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E279 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA53 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC38 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D962D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B20 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4514 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E1F9E4;
--mint-200: #C7F4CD;
--mint-300: #9CECA7;
--mint-400: #69E279;
--mint-500: #3EDA53;
--mint-600: #24BC38;
--mint-700: #1D962D;
--mint-800: #146B20;
--mint-900: #0D4514;
--mint-950: #082B0D;
}