Mint
#61EAB3
GreenColor Codes
All color formats for development
HEX
#61EAB3RGB
rgb(97, 234, 179)HSL
hsl(156, 77%, 65%)OKLCH
oklch(0.847 0.144 163.8)CMYK
cmyk(59%, 0%, 24%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E7A5
2#26E397
3#1BCD86
4#17B073
5#139360
6#0F754D
7#0B5839
8#083B26
9#041D13
Tints
Lighter variations
1#71EDBB
2#81EFC3
3#90F1CA
4#A0F3D2
5#B0F5D9
6#C0F7E1
7#D0F9E8
8#DFFBF0
9#EFFDF7
Tones
Muted variations
1#68E4B2
2#6FDDB1
3#76D6AF
4#7DCFAE
5#83C8AD
6#8AC1AB
7#91BAAA
8#98B3A8
9#9FADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CD | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAB3 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E59E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC781 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F714A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09482F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF9;
--mint-100: #DFFBF0;
--mint-200: #C4F7E3;
--mint-300: #97F2CD;
--mint-400: #61EAB3;
--mint-500: #34E59E;
--mint-600: #1AC781;
--mint-700: #159E67;
--mint-800: #0F714A;
--mint-900: #09482F;
--mint-950: #062D1D;
}