Mint

#6DDFB1

Green

Color Codes

All color formats for development

HEX
#6DDFB1
RGB
rgb(109, 223, 177)
HSL
hsl(156, 64%, 65%)
OKLCH
oklch(0.824 0.124 164.8)
CMYK
cmyk(51%, 0%, 21%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C9F3
300
#9FEA
400
#6DDF
500
#43D6
600
#28B8
700
#2092
800
#1769
900
#0F43
950
#092A

Shades

Darker variations

1#51D9A3
2#36D394
3#2ABE83
4#24A370
5#1E885D
6#186D4B
7#125238
8#0C3625
9#061B13

Tints

Lighter variations

1#7BE2B9
2#8AE5C1
3#99E9C9
4#A7ECD0
5#B6EFD8
6#C4F2E0
7#D3F5E8
8#E2F9EF
9#F0FCF7

Tones

Muted variations

1#72D9B0
2#78D3AF
3#7ECEAE
4#83C8AD
5#89C2AB
6#8FBDAA
7#95B7A9
8#9AB1A8
9#A0ABA7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9EF
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3E2
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEACC
BordersInactive statesPlaceholder text
400
6DDF
#6DDFB1
Disabled statesSecondary iconsMuted text
500
43D6
#43D69B
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B87F
Hover statesFocus ringsPrimary buttons hover
700
2092
#209265
Active/pressed statesDark mode accentsSecondary text
800
1769
#176948
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F432E
Primary textHigh emphasis contentDark headings
950
092A
#092A1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F2FCF8;
  --mint-100: #E2F9EF;
  --mint-200: #C9F3E2;
  --mint-300: #9FEACC;
  --mint-400: #6DDFB1;
  --mint-500: #43D69B;
  --mint-600: #28B87F;
  --mint-700: #209265;
  --mint-800: #176948;
  --mint-900: #0F432E;
  --mint-950: #092A1D;
}
Generate More ShadesCreate PaletteConvert Color