Mint
#8DFCC6
GreenColor Codes
All color formats for development
HEX
#8DFCC6RGB
rgb(141, 252, 198)HSL
hsl(151, 95%, 77%)OKLCH
oklch(0.91 0.128 161.2)CMYK
cmyk(44%, 0%, 21%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBB3
2#40FAA0
3#1AF98D
4#06E67A
5#05BF65
6#049951
7#03733D
8#024D29
9#012614
Tints
Lighter variations
1#98FCCC
2#A4FDD2
3#AFFDD7
4#BAFDDD
5#C6FEE3
6#D1FEE8
7#DDFEEE
8#E8FEF4
9#F4FFF9
Tones
Muted variations
1#92F6C6
2#98F1C6
3#9DEBC6
4#A3E6C5
5#A8E0C5
6#AEDBC5
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 #BEFDDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCC6 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBA9 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF990 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFF8;
--mint-100: #DCFEEE;
--mint-200: #BEFDDF;
--mint-300: #8DFCC6;
--mint-400: #51FBA9;
--mint-500: #1FF990;
--mint-600: #06DB74;
--mint-700: #04AE5C;
--mint-800: #037C42;
--mint-900: #02502A;
--mint-950: #01321A;
}