Mint

#5EEDAD

Green

Color Codes

All color formats for development

HEX
#5EEDAD
RGB
rgb(94, 237, 173)
HSL
hsl(153, 80%, 65%)
OKLCH
oklch(0.852 0.154 160.9)
CMYK
cmyk(60%, 0%, 27%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.48:1

AA AAA

On Black Background

14.19: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#41EA9E
2#23E78E
3#17D17D
4#14B36B
5#11955A
6#0D7748
7#0A5A36
8#073C24
9#031E12

Tints

Lighter variations

1#6EEFB5
2#7EF1BD
3#8FF3C6
4#9FF4CE
5#AFF6D6
6#BFF8DE
7#CFFAE6
8#DFFBEF
9#EFFDF7

Tones

Muted variations

1#65E6AC
2#6DDFAB
3#74D8AB
4#7BD1AA
5#82C9A9
6#89C2A9
7#90BBA8
8#97B4A7
9#9FADA6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEF
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E1
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3C9
BordersInactive statesPlaceholder text
400
5EED
#5EEDAD
Disabled statesSecondary iconsMuted text
500
30E8
#30E895
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA79
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A160
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7345
Text on light backgroundsHeadingsStrong borders
900
0849
#08492C
Primary textHigh emphasis contentDark headings
950
052E
#052E1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F1FDF8;
  --mint-100: #DFFBEF;
  --mint-200: #C3F8E1;
  --mint-300: #95F3C9;
  --mint-400: #5EEDAD;
  --mint-500: #30E895;
  --mint-600: #16CA79;
  --mint-700: #12A160;
  --mint-800: #0D7345;
  --mint-900: #08492C;
  --mint-950: #052E1C;
}
Generate More ShadesCreate PaletteConvert Color