Mint
#90F9C8
GreenColor Codes
All color formats for development
HEX
#90F9C8RGB
rgb(144, 249, 200)HSL
hsl(152, 90%, 77%)OKLCH
oklch(0.905 0.12 162.5)CMYK
cmyk(42%, 0%, 20%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7B5
2#45F5A3
3#20F390
4#0CE07D
5#0ABB68
6#089553
7#06703E
8#044B2A
9#022515
Tints
Lighter variations
1#9BFACD
2#A6FAD3
3#B1FBD8
4#BCFBDE
5#C7FCE3
6#D2FDE9
7#DEFDEE
8#E9FEF4
9#F4FEF9
Tones
Muted variations
1#95F4C8
2#9AEFC7
3#9FE9C7
4#A5E4C6
5#AADFC6
6#AFD9C6
7#B5D4C5
8#BACFC5
9#BFCAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9C8 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6AB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F493 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD577 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067944 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E2B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FEF8;
--mint-100: #DDFDEE;
--mint-200: #C0FCE0;
--mint-300: #90F9C8;
--mint-400: #55F6AB;
--mint-500: #25F493;
--mint-600: #0BD577;
--mint-700: #09AA5F;
--mint-800: #067944;
--mint-900: #044E2B;
--mint-950: #03301B;
}