Mint
#74D8A6
GreenColor Codes
All color formats for development
HEX
#74D8A6RGB
rgb(116, 216, 166)HSL
hsl(150, 56%, 65%)OKLCH
oklch(0.808 0.119 160.3)CMYK
cmyk(46%, 0%, 23%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD095
2#40C985
3#33B574
4#2C9B63
5#248153
6#1D6742
7#164E32
8#0F3421
9#071A11
Tints
Lighter variations
1#82DCAF
2#90E0B8
3#9EE4C1
4#ABE7C9
5#B9EBD2
6#C7EFDB
7#D5F3E4
8#E3F7ED
9#F1FBF6
Tones
Muted variations
1#79D3A6
2#7ECEA6
3#83C9A6
4#88C4A6
5#8DBFA6
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 #A4E5C4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A6 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6340 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124029 | 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: #A4E5C4;
--mint-400: #74D8A6;
--mint-500: #4CCD8C;
--mint-600: #31AF70;
--mint-700: #278B59;
--mint-800: #1C6340;
--mint-900: #124029;
--mint-950: #0B281A;
}