Mint
#95F3A2
GreenColor Codes
All color formats for development
HEX
#95F3A2RGB
rgb(149, 243, 162)HSL
hsl(128, 80%, 77%)OKLCH
oklch(0.885 0.143 147.5)CMYK
cmyk(39%, 0%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EF83
2#4FEB64
3#2BE744
4#18D431
5#14B129
6#108D20
7#0C6A18
8#084710
9#042308
Tints
Lighter variations
1#A0F4AB
2#ABF6B5
3#B5F7BE
4#C0F8C7
5#CAF9D0
6#D5FADA
7#DFFBE3
8#EAFDEC
9#F4FEF6
Tones
Muted variations
1#9AEFA5
2#9FEAA9
3#A4E5AC
4#A8E1B0
5#ADDCB3
6#B2D7B7
7#B6D2BA
8#BBCEBD
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3A2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED71 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E849 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA2E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A125 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D731A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084911 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF3;
--mint-100: #DFFBE3;
--mint-200: #C3F8CA;
--mint-300: #95F3A2;
--mint-400: #5EED71;
--mint-500: #30E849;
--mint-600: #16CA2E;
--mint-700: #12A125;
--mint-800: #0D731A;
--mint-900: #084911;
--mint-950: #052E0B;
}