Mint
#54F8AE
GreenColor Codes
All color formats for development
HEX
#54F8AERGB
rgb(84, 248, 174)HSL
hsl(153, 92%, 65%)OKLCH
oklch(0.876 0.171 159.7)CMYK
cmyk(66%, 0%, 30%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34F79F
2#14F590
3#09DF7F
4#08BF6D
5#079F5A
6#057F48
7#045F36
8#034024
9#012012
Tints
Lighter variations
1#65F9B6
2#76F9BE
3#87FAC6
4#98FBCE
5#A9FBD6
6#BAFCDF
7#CCFDE7
8#DDFEEF
9#EEFEF7
Tones
Muted variations
1#5CF0AD
2#64E7AC
3#6CDFAB
4#74D7AB
5#7DCFAA
6#85C7A9
7#8DBEA8
8#95B6A7
9#9EAEA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFACA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8AE | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F697 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D77B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FEF8;
--mint-100: #DDFEEF;
--mint-200: #BFFCE1;
--mint-300: #8EFACA;
--mint-400: #54F8AE;
--mint-500: #23F697;
--mint-600: #09D77B;
--mint-700: #07AB61;
--mint-800: #057A46;
--mint-900: #034E2D;
--mint-950: #02311C;
}