Mint
#5CF0B0
GreenColor Codes
All color formats for development
HEX
#5CF0B0RGB
rgb(92, 240, 176)HSL
hsl(154, 83%, 65%)OKLCH
oklch(0.859 0.156 161.5)CMYK
cmyk(62%, 0%, 27%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDA1
2#1FEA92
3#14D481
4#11B66E
5#0E985C
6#0B794A
7#085B37
8#063D25
9#031E12
Tints
Lighter variations
1#6CF1B8
2#7CF3C0
3#8DF4C7
4#9DF6CF
5#ADF7D7
6#BEF9DF
7#CEFAE7
8#DEFCEF
9#EFFDF7
Tones
Muted variations
1#63E8AF
2#6AE1AE
3#72DAAD
4#79D2AC
5#81CBAB
6#88C3AA
7#90BCA9
8#97B5A8
9#9EADA7
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 #C2F9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2D | 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: #C2F9E2;
--mint-300: #94F5CB;
--mint-400: #5CF0B0;
--mint-500: #2DEB99;
--mint-600: #13CD7D;
--mint-700: #0FA363;
--mint-800: #0B7547;
--mint-900: #074B2D;
--mint-950: #042F1C;
}