Mint

#5DEFB2

Green

Color Codes

All color formats for development

HEX
#5DEFB2
RGB
rgb(93, 239, 178)
HSL
hsl(155, 82%, 65%)
OKLCH
oklch(0.858 0.153 162.4)
CMYK
cmyk(61%, 0%, 26%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#94F4
400
#5DEF
500
#2EEA
600
#14CC
700
#10A2
800
#0B74
900
#074A
950
#052E

Shades

Darker variations

1#3EECA4
2#20E995
3#15D384
4#12B571
5#0F975E
6#0C794B
7#095A39
8#063C26
9#031E13

Tints

Lighter variations

1#6DF1BA
2#7DF2C1
3#8DF4C9
4#9EF5D1
5#AEF7D8
6#BEF9E0
7#CEFAE8
8#DFFCF0
9#EFFDF7

Tones

Muted variations

1#64E8B1
2#6BE0B0
3#73D9AE
4#7AD2AD
5#81CAAC
6#88C3AB
7#90BCA9
8#97B4A8
9#9EADA7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF0
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9E2
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4CC
BordersInactive statesPlaceholder text
400
5DEF
#5DEFB2
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEA9C
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CC80
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A265
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B7448
Text on light backgroundsHeadingsStrong borders
900
074A
#074A2E
Primary textHigh emphasis contentDark headings
950
052E
#052E1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F1FEF8;
  --mint-100: #DFFCF0;
  --mint-200: #C3F9E2;
  --mint-300: #94F4CC;
  --mint-400: #5DEFB2;
  --mint-500: #2EEA9C;
  --mint-600: #14CC80;
  --mint-700: #10A265;
  --mint-800: #0B7448;
  --mint-900: #074A2E;
  --mint-950: #052E1D;
}
Generate More ShadesCreate PaletteConvert Color