Mint
#74D8A4
GreenColor Codes
All color formats for development
HEX
#74D8A4RGB
rgb(116, 216, 164)HSL
hsl(149, 56%, 65%)OKLCH
oklch(0.807 0.121 159.3)CMYK
cmyk(46%, 0%, 24%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD093
2#40C982
3#33B572
4#2C9B62
5#248151
6#1D6741
7#164E31
8#0F3421
9#071A10
Tints
Lighter variations
1#82DCAD
2#90E0B6
3#9EE4BF
4#ABE7C8
5#B9EBD2
6#C7EFDB
7#D5F3E4
8#E3F7ED
9#F1FBF6
Tones
Muted variations
1#79D3A4
2#7ECEA4
3#83C9A5
4#88C4A5
5#8DBFA5
6#92BAA5
7#97B5A5
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 | CBF0 #CBF0DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C3 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A4 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD8A | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF6E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B58 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124028 | 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: #CBF0DD;
--mint-300: #A4E5C3;
--mint-400: #74D8A4;
--mint-500: #4CCD8A;
--mint-600: #31AF6E;
--mint-700: #278B58;
--mint-800: #1C633F;
--mint-900: #124028;
--mint-950: #0B2819;
}