Mint
#94F5C8
GreenColor Codes
All color formats for development
HEX
#94F5C8RGB
rgb(148, 245, 200)HSL
hsl(152, 83%, 77%)OKLCH
oklch(0.898 0.112 163)CMYK
cmyk(40%, 0%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70F2B5
2#4CEEA2
3#28EB90
4#14D87C
5#11B468
6#0D9053
7#0A6C3E
8#074829
9#032415
Tints
Lighter variations
1#9EF6CD
2#A9F7D3
3#B4F8D8
4#BFF9DE
5#C9FAE3
6#D4FBE9
7#DFFCEE
8#EAFDF4
9#F4FEF9
Tones
Muted variations
1#99F0C7
2#9DEBC7
3#A2E6C7
4#A7E2C6
5#ACDDC6
6#B1D8C6
7#B6D3C5
8#BBCEC5
9#BFC9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5C8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0AB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA35E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7543 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DEFCEE;
--mint-200: #C2F9E0;
--mint-300: #94F5C8;
--mint-400: #5CF0AB;
--mint-500: #2DEB93;
--mint-600: #13CD76;
--mint-700: #0FA35E;
--mint-800: #0B7543;
--mint-900: #074B2B;
--mint-950: #042F1B;
}