Mint
#9FEAAF
GreenColor Codes
All color formats for development
HEX
#9FEAAFRGB
rgb(159, 234, 175)HSL
hsl(133, 64%, 77%)OKLCH
oklch(0.873 0.11 150.3)CMYK
cmyk(32%, 0%, 25%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE394
2#5EDC7A
3#3ED55F
4#2AC14B
5#23A13F
6#1C8132
7#156126
8#0E4019
9#07200D
Tints
Lighter variations
1#A8ECB7
2#B2EEBF
3#BCF0C7
4#C5F2CF
5#CFF4D7
6#D9F7DF
7#E2F9E7
8#ECFBEF
9#F5FDF7
Tones
Muted variations
1#A3E6B1
2#A6E2B3
3#AADFB5
4#AEDBB8
5#B2D7BA
6#B5D3BC
7#B9D0BE
8#BDCCC0
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAF | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF85 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D663 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B848 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209239 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176929 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF5;
--mint-100: #E2F9E7;
--mint-200: #C9F3D2;
--mint-300: #9FEAAF;
--mint-400: #6DDF85;
--mint-500: #43D663;
--mint-600: #28B848;
--mint-700: #209239;
--mint-800: #176929;
--mint-900: #0F431A;
--mint-950: #092A10;
}