Mint
#9DECB5
GreenColor Codes
All color formats for development
HEX
#9DECB5RGB
rgb(157, 236, 181)HSL
hsl(138, 68%, 77%)OKLCH
oklch(0.877 0.109 153.3)CMYK
cmyk(33%, 0%, 23%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE69B
2#5AE082
3#3AD969
4#26C656
5#1FA547
6#198439
7#13632B
8#0D421D
9#06210E
Tints
Lighter variations
1#A6EEBC
2#B0F0C3
3#BAF2CB
4#C4F4D2
5#CEF6DA
6#D8F7E1
7#E1F9E9
8#EBFBF0
9#F5FDF8
Tones
Muted variations
1#A0E8B6
2#A4E4B8
3#A8E0B9
4#ACDCBB
5#B0D8BC
6#B4D4BE
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 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB4 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E28D | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA6D | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC52 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9641 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B2E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451E | 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: #E1F9E8;
--mint-200: #C7F4D5;
--mint-300: #9CECB4;
--mint-400: #69E28D;
--mint-500: #3EDA6D;
--mint-600: #24BC52;
--mint-700: #1D9641;
--mint-800: #146B2E;
--mint-900: #0D451E;
--mint-950: #082B13;
}