Mint

#9EEAA1

Green

Color Codes

All color formats for development

HEX
#9EEAA1
RGB
rgb(158, 234, 161)
HSL
hsl(122, 64%, 77%)
OKLCH
oklch(0.869 0.125 145.3)
CMYK
cmyk(32%, 0%, 31%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C9F3
300
#9FEA
400
#6DDF
500
#43D6
600
#28B8
700
#2092
800
#1769
900
#0F43
950
#092A

Shades

Darker variations

1#7FE382
2#5EDC63
3#3ED543
4#2AC12F
5#23A128
6#1C8120
7#156118
8#0E4010
9#072008

Tints

Lighter variations

1#A8ECAB
2#B2EEB4
3#BCF0BD
4#C5F2C7
5#CFF4D0
6#D9F7DA
7#E2F9E3
8#ECFBEC
9#F5FDF6

Tones

Muted variations

1#A3E6A5
2#A6E2A8
3#AADFAC
4#AEDBAF
5#B2D7B3
6#B5D3B6
7#B9D0BA
8#BDCCBD
9#C1C8C1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9E2
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3CA
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAA1
BordersInactive statesPlaceholder text
400
6DDF
#6DDF70
Disabled statesSecondary iconsMuted text
500
43D6
#43D648
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B82D
Hover statesFocus ringsPrimary buttons hover
700
2092
#209224
Active/pressed statesDark mode accentsSecondary text
800
1769
#17691A
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4310
Primary textHigh emphasis contentDark headings
950
092A
#092A0A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F2FCF3;
  --mint-100: #E2F9E2;
  --mint-200: #C9F3CA;
  --mint-300: #9FEAA1;
  --mint-400: #6DDF70;
  --mint-500: #43D648;
  --mint-600: #28B82D;
  --mint-700: #209224;
  --mint-800: #17691A;
  --mint-900: #0F4310;
  --mint-950: #092A0A;
}
Generate More ShadesCreate PaletteConvert Color