Mint
#9DECB1
GreenColor Codes
All color formats for development
HEX
#9DECB1RGB
rgb(157, 236, 177)HSL
hsl(135, 68%, 77%)OKLCH
oklch(0.876 0.113 151.5)CMYK
cmyk(33%, 0%, 25%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE696
2#5AE07C
3#3AD961
4#26C64E
5#1FA541
6#198434
7#136327
8#0D421A
9#06210D
Tints
Lighter variations
1#A6EEB8
2#B0F0C0
3#BAF2C8
4#C4F4D0
5#CEF6D8
6#D8F7E0
7#E1F9E7
8#EBFBEF
9#F5FDF7
Tones
Muted variations
1#A0E8B2
2#A4E4B4
3#A8E0B6
4#ACDCB8
5#B0D8BA
6#B4D4BC
7#B8D0BE
8#BCCCC0
9#C0C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB0 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E287 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA65 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC4A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D963B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E1F9E7;
--mint-200: #C7F4D3;
--mint-300: #9CECB0;
--mint-400: #69E287;
--mint-500: #3EDA65;
--mint-600: #24BC4A;
--mint-700: #1D963B;
--mint-800: #146B2A;
--mint-900: #0D451B;
--mint-950: #082B11;
}