Mint

#9FE9A1

Green

Color Codes

All color formats for development

HEX
#9FE9A1
RGB
rgb(159, 233, 161)
HSL
hsl(122, 63%, 77%)
OKLCH
oklch(0.867 0.123 145.1)
CMYK
cmyk(32%, 0%, 31%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#C9F3
300
#9FE9
400
#6EDE
500
#44D5
600
#2AB7
700
#2191
800
#1868
900
#0F43
950
#092A

Shades

Darker variations

1#7FE283
2#5FDB64
3#3FD444
4#2CC031
5#24A028
6#1D8020
7#166018
8#0F4010
9#072008

Tints

Lighter variations

1#A9EBAB
2#B3EEB4
3#BCF0BE
4#C6F2C7
5#CFF4D0
6#D9F6DA
7#E2F8E3
8#ECFBEC
9#F5FDF6

Tones

Muted variations

1#A3E6A5
2#A7E2A9
3#AADEAC
4#AEDBB0
5#B2D7B3
6#B6D3B7
7#B9CFBA
8#BDCCBD
9#C1C8C1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E3
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3CA
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9A2
BordersInactive statesPlaceholder text
400
6EDE
#6EDE71
Disabled statesSecondary iconsMuted text
500
44D5
#44D549
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB72E
Hover statesFocus ringsPrimary buttons hover
700
2191
#219125
Active/pressed statesDark mode accentsSecondary text
800
1868
#18681A
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4311
Primary textHigh emphasis contentDark headings
950
092A
#092A0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F3FCF3;
  --mint-100: #E2F8E3;
  --mint-200: #C9F3CA;
  --mint-300: #9FE9A2;
  --mint-400: #6EDE71;
  --mint-500: #44D549;
  --mint-600: #2AB72E;
  --mint-700: #219125;
  --mint-800: #18681A;
  --mint-900: #0F4311;
  --mint-950: #092A0B;
}
Generate More ShadesCreate PaletteConvert Color