Mint
#9CECB6
GreenColor Codes
All color formats for development
HEX
#9CECB6RGB
rgb(156, 236, 182)HSL
hsl(139, 68%, 77%)OKLCH
oklch(0.877 0.109 154.1)CMYK
cmyk(34%, 0%, 23%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE69D
2#5AE085
3#3AD96C
4#26C658
5#1FA54A
6#19843B
7#13632C
8#0D421D
9#06210F
Tints
Lighter variations
1#A6EEBD
2#B0F0C4
3#BAF2CC
4#C4F4D3
5#CEF6DA
6#D8F7E2
7#E1F9E9
8#EBFBF0
9#F5FDF8
Tones
Muted variations
1#A0E8B7
2#A4E4B9
3#A8E0BA
4#ACDCBC
5#B0D8BD
6#B4D4BF
7#B8D0C0
8#BCCCC1
9#C0C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E28F | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA70 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9643 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E1F9E9;
--mint-200: #C7F4D6;
--mint-300: #9CECB6;
--mint-400: #69E28F;
--mint-500: #3EDA70;
--mint-600: #24BC54;
--mint-700: #1D9643;
--mint-800: #146B30;
--mint-900: #0D451F;
--mint-950: #082B13;
}