Mint
#8DFCC8
GreenColor Codes
All color formats for development
HEX
#8DFCC8RGB
rgb(141, 252, 200)HSL
hsl(152, 95%, 77%)OKLCH
oklch(0.911 0.127 162.1)CMYK
cmyk(44%, 0%, 21%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBB6
2#40FAA3
3#1AF991
4#06E67D
5#05BF68
6#049954
7#03733F
8#024D2A
9#012615
Tints
Lighter variations
1#98FCCE
2#A4FDD3
3#AFFDD9
4#BAFDDE
5#C6FEE4
6#D1FEE9
7#DDFEEF
8#E8FEF4
9#F4FFFA
Tones
Muted variations
1#92F6C8
2#98F1C7
3#9DEBC7
4#A3E6C7
5#A8E0C6
6#AEDBC6
7#B4D5C5
8#B9CFC5
9#BFCAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCC8 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBAB | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF994 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB77 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFF8;
--mint-100: #DCFEEE;
--mint-200: #BEFDE0;
--mint-300: #8DFCC8;
--mint-400: #51FBAB;
--mint-500: #1FF994;
--mint-600: #06DB77;
--mint-700: #04AE5F;
--mint-800: #037C44;
--mint-900: #02502B;
--mint-950: #01321B;
}