Mint

#4DFFB2

Green

Color Codes

All color formats for development

HEX
#4DFFB2
RGB
rgb(77, 255, 178)
HSL
hsl(154, 100%, 65%)
OKLCH
oklch(0.892 0.179 160.1)
CMYK
cmyk(70%, 0%, 30%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.29:1

AA AAA

On Black Background

16.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#2BFFA3
2#0AFF95
3#00E883
4#00C771
5#00A65E
6#00854B
7#006338
8#004226
9#002113

Tints

Lighter variations

1#5EFFB9
2#70FFC1
3#82FFC9
4#94FFD1
5#A6FFD8
6#B8FFE0
7#C9FFE8
8#DBFFF0
9#EDFFF7

Tones

Muted variations

1#55F6B0
2#5EEDAF
3#67E4AE
4#70DBAD
5#79D2AC
6#82C9AB
7#8BC1A9
8#94B8A8
9#9DAFA7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF8
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF0
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE2
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFCC
BordersInactive statesPlaceholder text
400
4DFF
#4DFFB2
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFF9C
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E07F
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B365
Active/pressed statesDark mode accentsSecondary text
800
0080
#008048
Text on light backgroundsHeadingsStrong borders
900
0052
#00522E
Primary textHigh emphasis contentDark headings
950
0033
#00331D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F0FFF8;
  --mint-100: #DBFFF0;
  --mint-200: #BDFFE2;
  --mint-300: #8AFFCC;
  --mint-400: #4DFFB2;
  --mint-500: #1AFF9C;
  --mint-600: #00E07F;
  --mint-700: #00B365;
  --mint-800: #008048;
  --mint-900: #00522E;
  --mint-950: #00331D;
}
Generate More ShadesCreate PaletteConvert Color