Mint
#94F5C9
GreenColor Codes
All color formats for development
HEX
#94F5C9RGB
rgb(148, 245, 201)HSL
hsl(153, 83%, 77%)OKLCH
oklch(0.898 0.111 163.5)CMYK
cmyk(40%, 0%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70F2B7
2#4CEEA5
3#28EB93
4#14D880
5#11B46A
6#0D9055
7#0A6C40
8#07482B
9#032415
Tints
Lighter variations
1#9EF6CF
2#A9F7D4
3#B4F8D9
4#BFF9DF
5#C9FAE4
6#D4FBE9
7#DFFCEF
8#EAFDF4
9#F4FEFA
Tones
Muted variations
1#99F0C9
2#9DEBC8
3#A2E6C8
4#A7E2C7
5#ACDDC7
6#B1D8C6
7#B6D3C6
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 #DEFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5C9 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0AD | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB96 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA361 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DEFCEF;
--mint-200: #C2F9E1;
--mint-300: #94F5C9;
--mint-400: #5CF0AD;
--mint-500: #2DEB96;
--mint-600: #13CD7A;
--mint-700: #0FA361;
--mint-800: #0B7545;
--mint-900: #074B2C;
--mint-950: #042F1C;
}