Mint
#5CF0BA
GreenColor Codes
All color formats for development
HEX
#5CF0BARGB
rgb(92, 240, 186)HSL
hsl(158, 83%, 65%)OKLCH
oklch(0.862 0.149 165.5)CMYK
cmyk(62%, 0%, 23%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDAD
2#1FEAA0
3#14D48E
4#11B679
5#0E9865
6#0B7951
7#085B3D
8#063D28
9#031E14
Tints
Lighter variations
1#6CF1C0
2#7CF3C7
3#8DF4CE
4#9DF6D5
5#ADF7DC
6#BEF9E3
7#CEFAEA
8#DEFCF1
9#EFFDF8
Tones
Muted variations
1#63E8B8
2#6AE1B6
3#72DAB4
4#79D2B2
5#81CBB0
6#88C3AE
7#90BCAC
8#97B5AA
9#9EADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D1 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0BA | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA36D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B32 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DEFCF1;
--mint-200: #C2F9E5;
--mint-300: #94F5D1;
--mint-400: #5CF0BA;
--mint-500: #2DEBA6;
--mint-600: #13CD89;
--mint-700: #0FA36D;
--mint-800: #0B754E;
--mint-900: #074B32;
--mint-950: #042F1F;
}