Mint
#5FECB6
GreenColor Codes
All color formats for development
HEX
#5FECB6RGB
rgb(95, 236, 182)HSL
hsl(157, 79%, 65%)OKLCH
oklch(0.852 0.145 164.7)CMYK
cmyk(60%, 0%, 23%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9A9
2#24E59B
3#18D089
4#15B276
5#119462
6#0E774F
7#0A593B
8#073B27
9#031E14
Tints
Lighter variations
1#6FEEBD
2#7FF0C5
3#8FF2CC
4#9FF4D3
5#AFF6DB
6#BFF8E2
7#CFF9E9
8#DFFBF0
9#EFFDF8
Tones
Muted variations
1#66E5B5
2#6DDEB3
3#74D7B1
4#7BD0B0
5#82C9AE
6#8AC2AC
7#91BBAB
8#98B4A9
9#9FADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3CF | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB6 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C985 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A06A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D724C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094930 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF9;
--mint-100: #DFFBF0;
--mint-200: #C4F8E4;
--mint-300: #96F3CF;
--mint-400: #5FECB6;
--mint-500: #32E7A1;
--mint-600: #18C985;
--mint-700: #13A06A;
--mint-800: #0D724C;
--mint-900: #094930;
--mint-950: #052E1E;
}