Mint

#9AEF9B

Green

Color Codes

All color formats for development

HEX
#9AEF9B
RGB
rgb(154, 239, 155)
HSL
hsl(121, 73%, 77%)
OKLCH
oklch(0.877 0.141 144.5)
CMYK
cmyk(36%, 0%, 35%, 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#78EA79
2#56E558
3#34DF36
4#20CC23
5#1BAA1D
6#158817
7#106611
8#0B440C
9#052206

Tints

Lighter variations

1#A4F1A5
2#AEF2AF
3#B8F4B9
4#C2F5C3
5#CCF7CD
6#D6F9D7
7#E1FAE1
8#EBFCEB
9#F5FDF5

Tones

Muted variations

1#9EEB9F
2#A2E7A3
3#A6E2A7
4#ABDEAC
5#AFDAB0
6#B3D5B4
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
#E0FAE1
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6C6
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEF9B
BordersInactive statesPlaceholder text
400
65E7
#65E767
Disabled statesSecondary iconsMuted text
500
38E0
#38E03B
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC221
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A1A
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E13
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B470C
Primary textHigh emphasis contentDark headings
950
072C
#072C08
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F2FDF2;
  --mint-100: #E0FAE1;
  --mint-200: #C6F6C6;
  --mint-300: #9AEF9B;
  --mint-400: #65E767;
  --mint-500: #38E03B;
  --mint-600: #1EC221;
  --mint-700: #189A1A;
  --mint-800: #116E13;
  --mint-900: #0B470C;
  --mint-950: #072C08;
}
Generate More ShadesCreate PaletteConvert Color