Mint
#9DECB2
GreenColor Codes
All color formats for development
HEX
#9DECB2RGB
rgb(157, 236, 178)HSL
hsl(136, 68%, 77%)OKLCH
oklch(0.877 0.112 152)CMYK
cmyk(33%, 0%, 25%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE698
2#5AE07E
3#3AD964
4#26C650
5#1FA543
6#198436
7#136328
8#0D421B
9#06210D
Tints
Lighter variations
1#A6EEB9
2#B0F0C1
3#BAF2C9
4#C4F4D1
5#CEF6D8
6#D8F7E0
7#E1F9E8
8#EBFBF0
9#F5FDF7
Tones
Muted variations
1#A0E8B4
2#A4E4B5
3#A8E0B7
4#ACDCB9
5#B0D8BB
6#B4D4BD
7#B8D0BF
8#BCCCC1
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 #9CECB2 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E289 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA68 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC4D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D963D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451C | 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: #9CECB2;
--mint-400: #69E289;
--mint-500: #3EDA68;
--mint-600: #24BC4D;
--mint-700: #1D963D;
--mint-800: #146B2C;
--mint-900: #0D451C;
--mint-950: #082B11;
}