Mint
#8AFFC6
GreenColor Codes
All color formats for development
HEX
#8AFFC6RGB
rgb(138, 255, 198)HSL
hsl(151, 100%, 77%)OKLCH
oklch(0.916 0.134 160.9)CMYK
cmyk(46%, 0%, 22%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFB3
2#3BFFA0
3#14FF8D
4#00EC7A
5#00C465
6#009D51
7#00763D
8#004F29
9#002714
Tints
Lighter variations
1#95FFCC
2#A1FFD2
3#ADFFD7
4#B9FFDD
5#C4FFE3
6#D0FFE8
7#DCFFEE
8#E8FFF4
9#F3FFF9
Tones
Muted variations
1#90F9C6
2#95F3C6
3#9BEDC6
4#A1E8C6
5#A7E2C5
6#ADDCC5
7#B3D6C5
8#B9D0C5
9#BECAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFC6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFA9 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF90 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E074 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B35C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008042 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522A | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFF8;
--mint-100: #DBFFEE;
--mint-200: #BDFFDF;
--mint-300: #8AFFC6;
--mint-400: #4DFFA9;
--mint-500: #1AFF90;
--mint-600: #00E074;
--mint-700: #00B35C;
--mint-800: #008042;
--mint-900: #00522A;
--mint-950: #00331A;
}