Mint
#9FEAA3
GreenColor Codes
All color formats for development
HEX
#9FEAA3RGB
rgb(159, 234, 163)HSL
hsl(123, 64%, 77%)OKLCH
oklch(0.87 0.122 145.7)CMYK
cmyk(32%, 0%, 30%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE384
2#5EDC65
3#3ED546
4#2AC132
5#23A12A
6#1C8121
7#156119
8#0E4011
9#072008
Tints
Lighter variations
1#A8ECAC
2#B2EEB5
3#BCF0BE
4#C5F2C8
5#CFF4D1
6#D9F7DA
7#E2F9E3
8#ECFBED
9#F5FDF6
Tones
Muted variations
1#A3E6A6
2#A6E2A9
3#AADFAD
4#AEDBB0
5#B2D7B3
6#B5D3B7
7#B9D0BA
8#BDCCBE
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA3 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF72 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D64A | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B830 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209226 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4311 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF3;
--mint-100: #E2F9E3;
--mint-200: #C9F3CB;
--mint-300: #9FEAA3;
--mint-400: #6DDF72;
--mint-500: #43D64A;
--mint-600: #28B830;
--mint-700: #209226;
--mint-800: #17691B;
--mint-900: #0F4311;
--mint-950: #092A0B;
}