Mint
#74D8A2
GreenColor Codes
All color formats for development
HEX
#74D8A2RGB
rgb(116, 216, 162)HSL
hsl(148, 56%, 65%)OKLCH
oklch(0.807 0.123 158.4)CMYK
cmyk(46%, 0%, 25%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD091
2#40C980
3#33B570
4#2C9B60
5#248150
6#1D6740
7#164E30
8#0F3420
9#071A10
Tints
Lighter variations
1#82DCAC
2#90E0B5
3#9EE4BE
4#ABE7C7
5#B9EBD1
6#C7EFDA
7#D5F3E3
8#E3F7EC
9#F1FBF6
Tones
Muted variations
1#79D3A3
2#7ECEA3
3#83C9A3
4#88C4A4
5#8DBFA4
6#92BAA4
7#97B5A5
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 #CBF0DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C2 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A2 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD88 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF6C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B56 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124027 | 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: #E3F7EC;
--mint-200: #CBF0DD;
--mint-300: #A4E5C2;
--mint-400: #74D8A2;
--mint-500: #4CCD88;
--mint-600: #31AF6C;
--mint-700: #278B56;
--mint-800: #1C633D;
--mint-900: #124027;
--mint-950: #0B2819;
}