Mint

#6BE1AA

Green

Color Codes

All color formats for development

HEX
#6BE1AA
RGB
rgb(107, 225, 170)
HSL
hsl(152, 66%, 65%)
OKLCH
oklch(0.827 0.134 161.1)
CMYK
cmyk(52%, 0%, 24%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.62:1

AA AAA

On Black Background

12.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9EEB
400
#6BE1
500
#41D8
600
#26BA
700
#1E94
800
#166A
900
#0E44
950
#092A

Shades

Darker variations

1#4FDB9A
2#34D58A
3#27C179
4#22A568
5#1C8A57
6#176E45
7#115334
8#0B3723
9#061C11

Tints

Lighter variations

1#7AE4B2
2#88E7BB
3#97EAC3
4#A6EDCC
5#B5F0D4
6#C4F3DD
7#D3F6E5
8#E1F9EE
9#F0FCF6

Tones

Muted variations

1#71DBA9
2#77D5A9
3#7DCFA8
4#82C9A8
5#88C3A8
6#8EBDA7
7#94B7A7
8#9AB2A7
9#A0ACA6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9EE
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4DF
Secondary backgroundsInput backgroundsDividers
300
9EEB
#9EEBC7
BordersInactive statesPlaceholder text
400
6BE1
#6BE1AA
Disabled statesSecondary iconsMuted text
500
41D8
#41D891
Primary brand colorCTAsActive elementsLinks
600
26BA
#26BA75
Hover statesFocus ringsPrimary buttons hover
700
1E94
#1E945D
Active/pressed statesDark mode accentsSecondary text
800
166A
#166A43
Text on light backgroundsHeadingsStrong borders
900
0E44
#0E442B
Primary textHigh emphasis contentDark headings
950
092A
#092A1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F2FCF8;
  --mint-100: #E1F9EE;
  --mint-200: #C8F4DF;
  --mint-300: #9EEBC7;
  --mint-400: #6BE1AA;
  --mint-500: #41D891;
  --mint-600: #26BA75;
  --mint-700: #1E945D;
  --mint-800: #166A43;
  --mint-900: #0E442B;
  --mint-950: #092A1B;
}
Generate More ShadesCreate PaletteConvert Color