Mint
#54F8B1
GreenColor Codes
All color formats for development
HEX
#54F8B1RGB
rgb(84, 248, 177)HSL
hsl(154, 92%, 65%)OKLCH
oklch(0.877 0.169 160.7)CMYK
cmyk(66%, 0%, 29%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34F7A2
2#14F594
3#09DF82
4#08BF70
5#079F5D
6#057F4A
7#045F38
8#034025
9#012013
Tints
Lighter variations
1#65F9B9
2#76F9C0
3#87FAC8
4#98FBD0
5#A9FBD8
6#BAFCE0
7#CCFDE8
8#DDFEEF
9#EEFEF7
Tones
Muted variations
1#5CF0B0
2#64E7AF
3#6CDFAD
4#74D7AC
5#7DCFAB
6#85C7AA
7#8DBEA9
8#95B6A8
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 #BFFCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFACC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8B1 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F69A | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D77E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FEF8;
--mint-100: #DDFEEF;
--mint-200: #BFFCE2;
--mint-300: #8EFACC;
--mint-400: #54F8B1;
--mint-500: #23F69A;
--mint-600: #09D77E;
--mint-700: #07AB64;
--mint-800: #057A48;
--mint-900: #034E2E;
--mint-950: #02311D;
}