Mint
#70DBA4
GreenColor Codes
All color formats for development
HEX
#70DBA4RGB
rgb(112, 219, 164)HSL
hsl(149, 60%, 65%)OKLCH
oklch(0.813 0.128 159.3)CMYK
cmyk(49%, 0%, 25%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D593
2#3BCE82
3#2EBA72
4#289F61
5#218551
6#1B6A41
7#145031
8#0D3520
9#071B10
Tints
Lighter variations
1#7EDFAD
2#8DE2B6
3#9BE6BF
4#A9EAC8
5#B8EDD1
6#C6F1DB
7#D4F4E4
8#E2F8ED
9#F1FBF6
Tones
Muted variations
1#76D6A4
2#7BD1A4
3#80CBA5
4#86C6A5
5#8BC1A5
6#90BBA5
7#96B6A5
8#9BB0A5
9#A0ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C3 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBA4 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D18A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB46E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A663E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104128 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2919 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E2F8ED;
--mint-200: #CAF2DD;
--mint-300: #A1E8C3;
--mint-400: #70DBA4;
--mint-500: #47D18A;
--mint-600: #2DB46E;
--mint-700: #248F57;
--mint-800: #1A663E;
--mint-900: #104128;
--mint-950: #0A2919;
}