Mint
#9FEAB8
GreenColor Codes
All color formats for development
HEX
#9FEAB8RGB
rgb(159, 234, 184)HSL
hsl(140, 64%, 77%)OKLCH
oklch(0.875 0.102 154.6)CMYK
cmyk(32%, 0%, 21%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3A0
2#5EDC88
3#3ED570
4#2AC15D
5#23A14D
6#1C813E
7#15612E
8#0E401F
9#07200F
Tints
Lighter variations
1#A8ECBF
2#B2EEC6
3#BCF0CD
4#C5F2D4
5#CFF4DB
6#D9F7E3
7#E2F9EA
8#ECFBF1
9#F5FDF8
Tones
Muted variations
1#A3E6B9
2#A6E2BA
3#AADFBC
4#AEDBBD
5#B2D7BE
6#B5D3BF
7#B9D0C1
8#BDCCC2
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF93 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D674 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B858 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209246 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176932 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF6;
--mint-100: #E2F9E9;
--mint-200: #C9F3D7;
--mint-300: #9FEAB8;
--mint-400: #6DDF93;
--mint-500: #43D674;
--mint-600: #28B858;
--mint-700: #209246;
--mint-800: #176932;
--mint-900: #0F4320;
--mint-950: #092A14;
}