Mint
#5CF0B7
GreenColor Codes
All color formats for development
HEX
#5CF0B7RGB
rgb(92, 240, 183)HSL
hsl(157, 83%, 65%)OKLCH
oklch(0.861 0.151 164.2)CMYK
cmyk(62%, 0%, 24%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDAA
2#1FEA9C
3#14D48A
4#11B677
5#0E9863
6#0B794F
7#085B3B
8#063D28
9#031E14
Tints
Lighter variations
1#6CF1BE
2#7CF3C5
3#8DF4CD
4#9DF6D4
5#ADF7DB
6#BEF9E2
7#CEFAE9
8#DEFCF1
9#EFFDF8
Tones
Muted variations
1#63E8B5
2#6AE1B4
3#72DAB2
4#79D2B0
5#81CBAE
6#88C3AD
7#90BCAB
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 #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D0 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B7 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B31 | 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: #DEFCF1;
--mint-200: #C2F9E4;
--mint-300: #94F5D0;
--mint-400: #5CF0B7;
--mint-500: #2DEBA2;
--mint-600: #13CD86;
--mint-700: #0FA36B;
--mint-800: #0B754C;
--mint-900: #074B31;
--mint-950: #042F1E;
}