Mint
#9DECB9
GreenColor Codes
All color formats for development
HEX
#9DECB9RGB
rgb(157, 236, 185)HSL
hsl(141, 68%, 77%)OKLCH
oklch(0.878 0.105 155.3)CMYK
cmyk(33%, 0%, 22%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6A1
2#5AE089
3#3AD971
4#26C65E
5#1FA54E
6#19843F
7#13632F
8#0D421F
9#062110
Tints
Lighter variations
1#A6EEBF
2#B0F0C7
3#BAF2CE
4#C4F4D5
5#CEF6DC
6#D8F7E3
7#E1F9EA
8#EBFBF1
9#F5FDF8
Tones
Muted variations
1#A0E8BA
2#A4E4BB
3#A8E0BC
4#ACDCBD
5#B0D8BE
6#B4D4C0
7#B8D0C1
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 #C7F4D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB8 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E294 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA75 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9647 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4520 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E1F9EA;
--mint-200: #C7F4D7;
--mint-300: #9CECB8;
--mint-400: #69E294;
--mint-500: #3EDA75;
--mint-600: #24BC59;
--mint-700: #1D9647;
--mint-800: #146B33;
--mint-900: #0D4520;
--mint-950: #082B14;
}