Mint
#5CF0AB
GreenColor Codes
All color formats for development
HEX
#5CF0ABRGB
rgb(92, 240, 171)HSL
hsl(152, 83%, 65%)OKLCH
oklch(0.858 0.16 159.7)CMYK
cmyk(62%, 0%, 29%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DED9B
2#1FEA8B
3#14D47A
4#11B669
5#0E9857
6#0B7946
7#085B34
8#063D23
9#031E11
Tints
Lighter variations
1#6CF1B3
2#7CF3BC
3#8DF4C4
4#9DF6CC
5#ADF7D5
6#BEF9DD
7#CEFAE6
8#DEFCEE
9#EFFDF7
Tones
Muted variations
1#63E8AA
2#6AE1AA
3#72DAA9
4#79D2A9
5#81CBA8
6#88C3A8
7#90BCA7
8#97B5A7
9#9EADA6
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;
}