Mint

#9AEF9A

Green

Color Codes

All color formats for development

HEX
#9AEF9A
RGB
rgb(154, 239, 154)
HSL
hsl(120, 73%, 77%)
OKLCH
oklch(0.877 0.142 144.2)
CMYK
cmyk(36%, 0%, 36%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.19: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#78EA78
2#56E556
3#34DF34
4#20CC20
5#1BAA1B
6#158815
7#106610
8#0B440B
9#052205

Tints

Lighter variations

1#A4F1A4
2#AEF2AE
3#B8F4B8
4#C2F5C2
5#CCF7CC
6#D6F9D6
7#E1FAE1
8#EBFCEB
9#F5FDF5

Tones

Muted variations

1#9EEB9E
2#A2E7A2
3#A6E2A6
4#ABDEAB
5#AFDAAF
6#B3D5B3
7#B8D1B8
8#BCCDBC
9#C0C9C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF2
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE0
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6C6
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEF9A
BordersInactive statesPlaceholder text
400
65E7
#65E765
Disabled statesSecondary iconsMuted text
500
38E0
#38E038
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC21E
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A18
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E11
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B470B
Primary textHigh emphasis contentDark headings
950
072C
#072C07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F2FDF2;
  --mint-100: #E0FAE0;
  --mint-200: #C6F6C6;
  --mint-300: #9AEF9A;
  --mint-400: #65E765;
  --mint-500: #38E038;
  --mint-600: #1EC21E;
  --mint-700: #189A18;
  --mint-800: #116E11;
  --mint-900: #0B470B;
  --mint-950: #072C07;
}
Generate More ShadesCreate PaletteConvert Color