Mint
#5CF0BC
GreenColor Codes
All color formats for development
HEX
#5CF0BCRGB
rgb(92, 240, 188)HSL
hsl(159, 83%, 65%)OKLCH
oklch(0.862 0.147 166.3)CMYK
cmyk(62%, 0%, 22%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDB0
2#1FEAA3
3#14D491
4#11B67C
5#0E9868
6#0B7953
7#085B3E
8#063D29
9#031E15
Tints
Lighter variations
1#6CF1C3
2#7CF3C9
3#8DF4D0
4#9DF6D7
5#ADF7DD
6#BEF9E4
7#CEFAEB
8#DEFCF2
9#EFFDF8
Tones
Muted variations
1#63E8BA
2#6AE1B8
3#72DAB5
4#79D2B3
5#81CBB1
6#88C3AF
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 #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0BC | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA36F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B33 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DEFCF2;
--mint-200: #C2F9E6;
--mint-300: #94F5D3;
--mint-400: #5CF0BC;
--mint-500: #2DEBA9;
--mint-600: #13CD8C;
--mint-700: #0FA36F;
--mint-800: #0B7550;
--mint-900: #074B33;
--mint-950: #042F20;
}