Mint
#9CECBC
GreenColor Codes
All color formats for development
HEX
#9CECBCRGB
rgb(156, 236, 188)HSL
hsl(144, 68%, 77%)OKLCH
oklch(0.878 0.103 157.1)CMYK
cmyk(34%, 0%, 20%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6A6
2#5AE090
3#3AD979
4#26C666
5#1FA555
6#198444
7#136333
8#0D4222
9#062111
Tints
Lighter variations
1#A6EEC3
2#B0F0CA
3#BAF2D0
4#C4F4D7
5#CEF6DE
6#D8F7E4
7#E1F9EB
8#EBFBF2
9#F5FDF8
Tones
Muted variations
1#A0E8BD
2#A4E4BE
3#A8E0BF
4#ACDCC0
5#B0D8C0
6#B4D4C1
7#B8D0C2
8#BCCCC3
9#C0C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBC | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E29A | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D964D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4523 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E1F9EB;
--mint-200: #C7F4D9;
--mint-300: #9CECBC;
--mint-400: #69E29A;
--mint-500: #3EDA7D;
--mint-600: #24BC61;
--mint-700: #1D964D;
--mint-800: #146B37;
--mint-900: #0D4523;
--mint-950: #082B16;
}