Mint
#75D7A9
GreenColor Codes
All color formats for development
HEX
#75D7A9RGB
rgb(117, 215, 169)HSL
hsl(152, 55%, 65%)OKLCH
oklch(0.807 0.115 161.9)CMYK
cmyk(46%, 0%, 21%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCF99
2#41C889
3#34B478
4#2D9A67
5#258056
6#1E6745
7#164D34
8#0F3322
9#071A11
Tints
Lighter variations
1#82DBB2
2#90DFBA
3#9EE3C3
4#ACE7CB
5#BAEBD4
6#C8EFDD
7#D5F3E5
8#E3F7EE
9#F1FBF6
Tones
Muted variations
1#7AD2A9
2#7ECDA8
3#83C8A8
4#88C3A8
5#8DBEA7
6#92B9A7
7#97B4A7
8#9CB0A6
9#A1ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C7 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7A9 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB90 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6342 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F2A | 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: #F3FCF8;
--mint-100: #E3F7EE;
--mint-200: #CCF0DF;
--mint-300: #A4E5C7;
--mint-400: #75D7A9;
--mint-500: #4DCB90;
--mint-600: #32AE74;
--mint-700: #288A5D;
--mint-800: #1D6342;
--mint-900: #123F2A;
--mint-950: #0B281A;
}