Mint

#65E7AA

Green

Color Codes

All color formats for development

HEX
#65E7AA
RGB
rgb(101, 231, 170)
HSL
hsl(152, 73%, 65%)
OKLCH
oklch(0.839 0.145 160.4)
CMYK
cmyk(56%, 0%, 26%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F6
300
#9AEF
400
#65E7
500
#38E0
600
#1EC2
700
#189A
800
#116E
900
#0B47
950
#072C

Shades

Darker variations

1#48E29A
2#2BDE8B
3#1FC97A
4#1BAC68
5#168F57
6#127346
7#0D5634
8#093923
9#041D11

Tints

Lighter variations

1#74E9B3
2#83ECBB
3#93EEC4
4#A2F1CC
5#B2F3D5
6#C1F5DD
7#D1F8E6
8#E0FAEE
9#F0FDF7

Tones

Muted variations

1#6BE0AA
2#72DAA9
3#78D3A9
4#7FCDA8
5#85C6A8
6#8CC0A7
7#92B9A7
8#99B3A7
9#9FACA6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAEE
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6DF
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFC7
BordersInactive statesPlaceholder text
400
65E7
#65E7AA
Disabled statesSecondary iconsMuted text
500
38E0
#38E092
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC276
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A5E
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E43
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B472B
Primary textHigh emphasis contentDark headings
950
072C
#072C1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F2FDF8;
  --mint-100: #E0FAEE;
  --mint-200: #C6F6DF;
  --mint-300: #9AEFC7;
  --mint-400: #65E7AA;
  --mint-500: #38E092;
  --mint-600: #1EC276;
  --mint-700: #189A5E;
  --mint-800: #116E43;
  --mint-900: #0B472B;
  --mint-950: #072C1B;
}
Generate More ShadesCreate PaletteConvert Color