Mint
#61EAA8
GreenColor Codes
All color formats for development
HEX
#61EAA8RGB
rgb(97, 234, 168)HSL
hsl(151, 77%, 65%)OKLCH
oklch(0.844 0.153 159.4)CMYK
cmyk(59%, 0%, 28%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E798
2#26E388
3#1BCD77
4#17B066
5#139355
6#0F7544
7#0B5833
8#083B22
9#041D11
Tints
Lighter variations
1#71EDB1
2#81EFB9
3#90F1C2
4#A0F3CB
5#B0F5D4
6#C0F7DC
7#D0F9E5
8#DFFBEE
9#EFFDF6
Tones
Muted variations
1#68E4A8
2#6FDDA8
3#76D6A7
4#7DCFA7
5#83C8A7
6#8AC1A7
7#91BAA6
8#98B3A6
9#9FADA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C6 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAA8 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E58F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC773 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7141 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09482A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF8;
--mint-100: #DFFBEE;
--mint-200: #C4F7DF;
--mint-300: #97F2C6;
--mint-400: #61EAA8;
--mint-500: #34E58F;
--mint-600: #1AC773;
--mint-700: #159E5C;
--mint-800: #0F7141;
--mint-900: #09482A;
--mint-950: #062D1A;
}