Mint
#9CECBB
GreenColor Codes
All color formats for development
HEX
#9CECBBRGB
rgb(156, 236, 187)HSL
hsl(143, 68%, 77%)OKLCH
oklch(0.878 0.104 156.6)CMYK
cmyk(34%, 0%, 21%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6A4
2#5AE08E
3#3AD977
4#26C663
5#1FA553
6#198442
7#136332
8#0D4221
9#062111
Tints
Lighter variations
1#A6EEC2
2#B0F0C9
3#BAF2CF
4#C4F4D6
5#CEF6DD
6#D8F7E4
7#E1F9EB
8#EBFBF1
9#F5FDF8
Tones
Muted variations
1#A0E8BC
2#A4E4BD
3#A8E0BE
4#ACDCBF
5#B0D8C0
6#B4D4C1
7#B8D0C2
8#BCCCC2
9#C0C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBB | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E298 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA7A | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC5E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D964B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4522 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E1F9EA;
--mint-200: #C7F4D9;
--mint-300: #9CECBB;
--mint-400: #69E298;
--mint-500: #3EDA7A;
--mint-600: #24BC5E;
--mint-700: #1D964B;
--mint-800: #146B36;
--mint-900: #0D4522;
--mint-950: #082B15;
}