Mint

#4DFFB5

Green

Color Codes

All color formats for development

HEX
#4DFFB5
RGB
rgb(77, 255, 181)
HSL
hsl(155, 100%, 65%)
OKLCH
oklch(0.893 0.177 161)
CMYK
cmyk(70%, 0%, 29%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.29:1

AA AAA

On Black Background

16.29: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#2BFFA7
2#0AFF99
3#00E887
4#00C774
5#00A661
6#00854D
7#00633A
8#004227
9#002113

Tints

Lighter variations

1#5EFFBC
2#70FFC4
3#82FFCB
4#94FFD2
5#A6FFDA
6#B8FFE1
7#C9FFE9
8#DBFFF0
9#EDFFF8

Tones

Muted variations

1#55F6B3
2#5EEDB2
3#67E4B0
4#70DBAF
5#79D2AD
6#82C9AC
7#8BC1AA
8#94B8A9
9#9DAFA7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF9
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF0
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE3
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFCE
BordersInactive statesPlaceholder text
400
4DFF
#4DFFB5
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFF9F
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E083
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B368
Active/pressed statesDark mode accentsSecondary text
800
0080
#00804A
Text on light backgroundsHeadingsStrong borders
900
0052
#005230
Primary textHigh emphasis contentDark headings
950
0033
#00331E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F0FFF9;
  --mint-100: #DBFFF0;
  --mint-200: #BDFFE3;
  --mint-300: #8AFFCE;
  --mint-400: #4DFFB5;
  --mint-500: #1AFF9F;
  --mint-600: #00E083;
  --mint-700: #00B368;
  --mint-800: #00804A;
  --mint-900: #005230;
  --mint-950: #00331E;
}
Generate More ShadesCreate PaletteConvert Color