Mint
#9DECAE
GreenColor Codes
All color formats for development
HEX
#9DECAERGB
rgb(157, 236, 174)HSL
hsl(133, 68%, 77%)OKLCH
oklch(0.876 0.116 150.3)CMYK
cmyk(33%, 0%, 26%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE693
2#5AE077
3#3AD95C
4#26C648
5#1FA53C
6#198430
7#136324
8#0D4218
9#06210C
Tints
Lighter variations
1#A6EEB6
2#B0F0BE
3#BAF2C6
4#C4F4CE
5#CEF6D6
6#D8F7DF
7#E1F9E7
8#EBFBEF
9#F5FDF7
Tones
Muted variations
1#A0E8B0
2#A4E4B2
3#A8E0B5
4#ACDCB7
5#B0D8B9
6#B4D4BB
7#B8D0BE
8#BCCCC0
9#C0C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECAE | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E283 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA60 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC45 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9637 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B27 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4519 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E1F9E6;
--mint-200: #C7F4D1;
--mint-300: #9CECAE;
--mint-400: #69E283;
--mint-500: #3EDA60;
--mint-600: #24BC45;
--mint-700: #1D9637;
--mint-800: #146B27;
--mint-900: #0D4519;
--mint-950: #082B10;
}