Mint
#75D7A4
GreenColor Codes
All color formats for development
HEX
#75D7A4RGB
rgb(117, 215, 164)HSL
hsl(149, 55%, 65%)OKLCH
oklch(0.805 0.119 159.4)CMYK
cmyk(46%, 0%, 24%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCF93
2#41C882
3#34B472
4#2D9A62
5#258051
6#1E6741
7#164D31
8#0F3321
9#071A10
Tints
Lighter variations
1#82DBAD
2#90DFB6
3#9EE3BF
4#ACE7C8
5#BAEBD2
6#C8EFDB
7#D5F3E4
8#E3F7ED
9#F1FBF6
Tones
Muted variations
1#7AD2A4
2#7ECDA4
3#83C8A5
4#88C3A5
5#8DBEA5
6#92B9A5
7#97B4A5
8#9CB0A5
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 #CCF0DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C3 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7A4 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB8A | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE6E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A58 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D633F | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F28 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2819 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F7ED;
--mint-200: #CCF0DD;
--mint-300: #A4E5C3;
--mint-400: #75D7A4;
--mint-500: #4DCB8A;
--mint-600: #32AE6E;
--mint-700: #288A58;
--mint-800: #1D633F;
--mint-900: #123F28;
--mint-950: #0B2819;
}