Mint

#4EFDBA

Green

Color Codes

All color formats for development

HEX
#4EFDBA
RGB
rgb(78, 253, 186)
HSL
hsl(157, 98%, 65%)
OKLCH
oklch(0.889 0.17 163.1)
CMYK
cmyk(69%, 0%, 26%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

16.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFF
200
#BDFE
300
#8BFE
400
#4EFD
500
#1CFD
600
#02DE
700
#02B1
800
#017E
900
#0151
950
#0132

Shades

Darker variations

1#2DFDAD
2#0DFDA1
3#02E68F
4#02C57A
5#02A466
6#018351
7#01623D
8#014229
9#002114

Tints

Lighter variations

1#60FDC1
2#72FEC8
3#83FECF
4#95FED6
5#A7FEDD
6#B8FEE3
7#CAFEEA
8#DCFFF1
9#EDFFF8

Tones

Muted variations

1#57F4B8
2#60ECB6
3#69E3B4
4#71DAB2
5#7AD1B0
6#83C9AE
7#8CC0AC
8#94B7AA
9#9DAEA8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF9
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFF1
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEE5
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFED2
BordersInactive statesPlaceholder text
400
4EFD
#4EFDBA
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDA6
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DE8A
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B16E
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E4E
Text on light backgroundsHeadingsStrong borders
900
0151
#015132
Primary textHigh emphasis contentDark headings
950
0132
#01321F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F0FFF9;
  --mint-100: #DCFFF1;
  --mint-200: #BDFEE5;
  --mint-300: #8BFED2;
  --mint-400: #4EFDBA;
  --mint-500: #1CFDA6;
  --mint-600: #02DE8A;
  --mint-700: #02B16E;
  --mint-800: #017E4E;
  --mint-900: #015132;
  --mint-950: #01321F;
}
Generate More ShadesCreate PaletteConvert Color