Mint
#5CF0B5
GreenColor Codes
All color formats for development
HEX
#5CF0B5RGB
rgb(92, 240, 181)HSL
hsl(156, 83%, 65%)OKLCH
oklch(0.86 0.152 163.4)CMYK
cmyk(62%, 0%, 25%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDA7
2#1FEA99
3#14D487
4#11B674
5#0E9861
6#0B794D
7#085B3A
8#063D27
9#031E13
Tints
Lighter variations
1#6CF1BC
2#7CF3C3
3#8DF4CB
4#9DF6D2
5#ADF7DA
6#BEF9E1
7#CEFAE9
8#DEFCF0
9#EFFDF8
Tones
Muted variations
1#63E8B3
2#6AE1B2
3#72DAB0
4#79D2AF
5#81CBAD
6#88C3AC
7#90BCAA
8#97B5A9
9#9EADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CE | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B30 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DEFCF0;
--mint-200: #C2F9E3;
--mint-300: #94F5CE;
--mint-400: #5CF0B5;
--mint-500: #2DEB9F;
--mint-600: #13CD83;
--mint-700: #0FA368;
--mint-800: #0B754A;
--mint-900: #074B30;
--mint-950: #042F1E;
}