Mint
#74D8A1
GreenColor Codes
All color formats for development
HEX
#74D8A1RGB
rgb(116, 216, 161)HSL
hsl(147, 56%, 65%)OKLCH
oklch(0.807 0.124 157.9)CMYK
cmyk(46%, 0%, 25%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD08F
2#40C97E
3#33B56E
4#2C9B5E
5#24814E
6#1D673F
7#164E2F
8#0F341F
9#071A10
Tints
Lighter variations
1#82DCAA
2#90E0B4
3#9EE4BD
4#ABE7C6
5#B9EBD0
6#C7EFD9
7#D5F3E3
8#E3F7EC
9#F1FBF6
Tones
Muted variations
1#79D3A1
2#7ECEA2
3#83C9A2
4#88C4A3
5#8DBFA3
6#92BAA4
7#97B5A4
8#9CB0A5
9#A1ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C1 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A1 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF6A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124027 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F7EC;
--mint-200: #CBF0DC;
--mint-300: #A4E5C1;
--mint-400: #74D8A1;
--mint-500: #4CCD86;
--mint-600: #31AF6A;
--mint-700: #278B54;
--mint-800: #1C633C;
--mint-900: #124027;
--mint-950: #0B2818;
}