Mint

#9AEFA8

Green

Color Codes

All color formats for development

HEX
#9AEFA8
RGB
rgb(154, 239, 168)
HSL
hsl(130, 73%, 77%)
OKLCH
oklch(0.88 0.128 148.5)
CMYK
cmyk(36%, 0%, 30%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.37:1

AA AAA

On Black Background

15.29: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#78EA8B
2#56E56D
3#34DF50
4#20CC3C
5#1BAA32
6#158828
7#10661E
8#0B4414
9#05220A

Tints

Lighter variations

1#A4F1B1
2#AEF2B9
3#B8F4C2
4#C2F5CB
5#CCF7D3
6#D6F9DC
7#E1FAE5
8#EBFCEE
9#F5FDF6

Tones

Muted variations

1#9EEBAB
2#A2E7AE
3#A6E2B0
4#ABDEB3
5#AFDAB6
6#B3D5B9
7#B8D1BC
8#BCCDBF
9#C0C9C1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE4
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6CE
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFA8
BordersInactive statesPlaceholder text
400
65E7
#65E77A
Disabled statesSecondary iconsMuted text
500
38E0
#38E054
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC23A
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A2E
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E21
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4715
Primary textHigh emphasis contentDark headings
950
072C
#072C0D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F2FDF4;
  --mint-100: #E0FAE4;
  --mint-200: #C6F6CE;
  --mint-300: #9AEFA8;
  --mint-400: #65E77A;
  --mint-500: #38E054;
  --mint-600: #1EC23A;
  --mint-700: #189A2E;
  --mint-800: #116E21;
  --mint-900: #0B4715;
  --mint-950: #072C0D;
}
Generate More ShadesCreate PaletteConvert Color