Mint

#9AEFBC

Green

Color Codes

All color formats for development

HEX
#9AEFBC
RGB
rgb(154, 239, 188)
HSL
hsl(144, 73%, 77%)
OKLCH
oklch(0.884 0.109 157)
CMYK
cmyk(36%, 0%, 21%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.36:1

AA AAA

On Black Background

15.45: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#78EAA5
2#56E58F
3#34DF78
4#20CC65
5#1BAA54
6#158843
7#106632
8#0B4422
9#052211

Tints

Lighter variations

1#A4F1C3
2#AEF2C9
3#B8F4D0
4#C2F5D7
5#CCF7DD
6#D6F9E4
7#E1FAEB
8#EBFCF2
9#F5FDF8

Tones

Muted variations

1#9EEBBD
2#A2E7BD
3#A6E2BE
4#ABDEBF
5#AFDAC0
6#B3D5C1
7#B8D1C2
8#BCCDC3
9#C0C9C3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAEB
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6D9
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFBC
BordersInactive statesPlaceholder text
400
65E7
#65E799
Disabled statesSecondary iconsMuted text
500
38E0
#38E07B
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC260
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A4C
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E36
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4723
Primary textHigh emphasis contentDark headings
950
072C
#072C16
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F2FDF6;
  --mint-100: #E0FAEB;
  --mint-200: #C6F6D9;
  --mint-300: #9AEFBC;
  --mint-400: #65E799;
  --mint-500: #38E07B;
  --mint-600: #1EC260;
  --mint-700: #189A4C;
  --mint-800: #116E36;
  --mint-900: #0B4723;
  --mint-950: #072C16;
}
Generate More ShadesCreate PaletteConvert Color