Mint
#9CEC9E
GreenColor Codes
All color formats for development
HEX
#9CEC9ERGB
rgb(156, 236, 158)HSL
hsl(121, 68%, 77%)OKLCH
oklch(0.872 0.132 144.9)CMYK
cmyk(34%, 0%, 33%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE67D
2#5AE05D
3#3AD93C
4#26C628
5#1FA522
6#19841B
7#136314
8#0D420D
9#062107
Tints
Lighter variations
1#A6EEA8
2#B0F0B1
3#BAF2BB
4#C4F4C5
5#CEF6CE
6#D8F7D8
7#E1F9E2
8#EBFBEC
9#F5FDF5
Tones
Muted variations
1#A0E8A2
2#A4E4A6
3#A8E0A9
4#ACDCAD
5#B0D8B1
6#B4D4B5
7#B8D0B9
8#BCCCBD
9#C0C8C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CEC9E | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E26B | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA41 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC26 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D961F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B16 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D450E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF2;
--mint-100: #E1F9E1;
--mint-200: #C7F4C8;
--mint-300: #9CEC9E;
--mint-400: #69E26B;
--mint-500: #3EDA41;
--mint-600: #24BC26;
--mint-700: #1D961F;
--mint-800: #146B16;
--mint-900: #0D450E;
--mint-950: #082B09;
}