Mint
#95F3B0
GreenColor Codes
All color formats for development
HEX
#95F3B0RGB
rgb(149, 243, 176)HSL
hsl(137, 80%, 77%)OKLCH
oklch(0.888 0.129 152.2)CMYK
cmyk(39%, 0%, 28%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EF96
2#4FEB7B
3#2BE761
4#18D44D
5#14B140
6#108D33
7#0C6A26
8#08471A
9#04230D
Tints
Lighter variations
1#A0F4B8
2#ABF6C0
3#B5F7C8
4#C0F8D0
5#CAF9D8
6#D5FADF
7#DFFBE7
8#EAFDEF
9#F4FEF7
Tones
Muted variations
1#9AEFB2
2#9FEAB4
3#A4E5B6
4#A8E1B8
5#ADDCBA
6#B2D7BC
7#B6D2BE
8#BBCEC0
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED87 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E864 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A13A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D732A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF5;
--mint-100: #DFFBE7;
--mint-200: #C3F8D2;
--mint-300: #95F3B0;
--mint-400: #5EED87;
--mint-500: #30E864;
--mint-600: #16CA49;
--mint-700: #12A13A;
--mint-800: #0D732A;
--mint-900: #08491B;
--mint-950: #052E11;
}