Mint
#95F3B2
GreenColor Codes
All color formats for development
HEX
#95F3B2RGB
rgb(149, 243, 178)HSL
hsl(139, 80%, 77%)OKLCH
oklch(0.889 0.128 153)CMYK
cmyk(39%, 0%, 27%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EF9A
2#4FEB80
3#2BE767
4#18D453
5#14B145
6#108D38
7#0C6A2A
8#08471C
9#04230E
Tints
Lighter variations
1#A0F4BB
2#ABF6C2
3#B5F7CA
4#C0F8D1
5#CAF9D9
6#D5FAE1
7#DFFBE8
8#EAFDF0
9#F4FEF7
Tones
Muted variations
1#9AEFB5
2#9FEAB7
3#A4E5B8
4#A8E1BA
5#ADDCBC
6#B2D7BD
7#B6D2BF
8#BBCEC1
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B3 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED8C | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E86B | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA4F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A13F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D732D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF5;
--mint-100: #DFFBE8;
--mint-200: #C3F8D4;
--mint-300: #95F3B3;
--mint-400: #5EED8C;
--mint-500: #30E86B;
--mint-600: #16CA4F;
--mint-700: #12A13F;
--mint-800: #0D732D;
--mint-900: #08491D;
--mint-950: #052E12;
}