Mint
#74D8A7
GreenColor Codes
All color formats for development
HEX
#74D8A7RGB
rgb(116, 216, 167)HSL
hsl(151, 56%, 65%)OKLCH
oklch(0.808 0.119 160.8)CMYK
cmyk(46%, 0%, 23%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD097
2#40C987
3#33B576
4#2C9B65
5#248154
6#1D6744
7#164E33
8#0F3422
9#071A11
Tints
Lighter variations
1#82DCB0
2#90E0B9
3#9EE4C2
4#ABE7CA
5#B9EBD3
6#C7EFDC
7#D5F3E5
8#E3F7ED
9#F1FBF6
Tones
Muted variations
1#79D3A7
2#7ECEA7
3#83C9A7
4#88C4A7
5#8DBFA7
6#92BAA6
7#97B5A6
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 | CBF0 #CBF0DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C5 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A7 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD8E | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF72 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6341 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402A | 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: #CBF0DE;
--mint-300: #A4E5C5;
--mint-400: #74D8A7;
--mint-500: #4CCD8E;
--mint-600: #31AF72;
--mint-700: #278B5B;
--mint-800: #1C6341;
--mint-900: #12402A;
--mint-950: #0B281A;
}