Mint

#95F397

Green

Color Codes

All color formats for development

HEX
#95F397
RGB
rgb(149, 243, 151)
HSL
hsl(121, 80%, 77%)
OKLCH
oklch(0.883 0.153 144.6)
CMYK
cmyk(39%, 0%, 38%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#72EF74
2#4FEB51
3#2BE72F
4#18D41B
5#14B116
6#108D12
7#0C6A0D
8#084709
9#042304

Tints

Lighter variations

1#A0F4A1
2#ABF6AC
3#B5F7B6
4#C0F8C1
5#CAF9CB
6#D5FAD5
7#DFFBE0
8#EAFDEA
9#F4FEF5

Tones

Muted variations

1#9AEF9C
2#9FEAA0
3#A4E5A5
4#A8E1A9
5#ADDCAE
6#B2D7B2
7#B6D2B7
8#BBCEBB
9#C0C9C0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF1
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBDF
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8C4
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F397
BordersInactive statesPlaceholder text
400
5EED
#5EED61
Disabled statesSecondary iconsMuted text
500
30E8
#30E834
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA19
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A114
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D730E
Text on light backgroundsHeadingsStrong borders
900
0849
#084909
Primary textHigh emphasis contentDark headings
950
052E
#052E06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F1FDF1;
  --mint-100: #DFFBDF;
  --mint-200: #C3F8C4;
  --mint-300: #95F397;
  --mint-400: #5EED61;
  --mint-500: #30E834;
  --mint-600: #16CA19;
  --mint-700: #12A114;
  --mint-800: #0D730E;
  --mint-900: #084909;
  --mint-950: #052E06;
}
Generate More ShadesCreate PaletteConvert Color