Mint
#75D7A6
GreenColor Codes
All color formats for development
HEX
#75D7A6RGB
rgb(117, 215, 166)HSL
hsl(150, 55%, 65%)OKLCH
oklch(0.806 0.117 160.4)CMYK
cmyk(46%, 0%, 23%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCF95
2#41C885
3#34B474
4#2D9A63
5#258053
6#1E6742
7#164D32
8#0F3321
9#071A11
Tints
Lighter variations
1#82DBAF
2#90DFB8
3#9EE3C1
4#ACE7C9
5#BAEBD2
6#C8EFDB
7#D5F3E4
8#E3F7ED
9#F1FBF6
Tones
Muted variations
1#7AD2A6
2#7ECDA6
3#83C8A6
4#88C3A6
5#8DBEA6
6#92B9A6
7#97B4A6
8#9CB0A6
9#A1ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C4 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7A6 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6340 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F29 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F7ED;
--mint-200: #CCF0DE;
--mint-300: #A4E5C4;
--mint-400: #75D7A6;
--mint-500: #4DCB8C;
--mint-600: #32AE70;
--mint-700: #288A59;
--mint-800: #1D6340;
--mint-900: #123F29;
--mint-950: #0B281A;
}