Mint

#54F8B6

Green

Color Codes

All color formats for development

HEX
#54F8B6
RGB
rgb(84, 248, 182)
HSL
hsl(156, 92%, 65%)
OKLCH
oklch(0.878 0.165 162.4)
CMYK
cmyk(66%, 0%, 27%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.36:1

AA AAA

On Black Background

15.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFC
300
#8EFA
400
#54F8
500
#23F6
600
#09D7
700
#07AB
800
#057A
900
#034E
950
#0231

Shades

Darker variations

1#34F7A9
2#14F59B
3#09DF89
4#08BF76
5#079F62
6#057F4E
7#045F3B
8#034027
9#012014

Tints

Lighter variations

1#65F9BD
2#76F9C5
3#87FACC
4#98FBD3
5#A9FBDB
6#BAFCE2
7#CCFDE9
8#DDFEF0
9#EEFEF8

Tones

Muted variations

1#5CF0B5
2#64E7B3
3#6CDFB1
4#74D7B0
5#7DCFAE
6#85C7AC
7#8DBEAB
8#95B6A9
9#9EAEA7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF0
Light backgroundsTable row hoverSkeleton loading
200
BFFC
#BFFCE4
Secondary backgroundsInput backgroundsDividers
300
8EFA
#8EFACF
BordersInactive statesPlaceholder text
400
54F8
#54F8B6
Disabled statesSecondary iconsMuted text
500
23F6
#23F6A1
Primary brand colorCTAsActive elementsLinks
600
09D7
#09D785
Hover statesFocus ringsPrimary buttons hover
700
07AB
#07AB6A
Active/pressed statesDark mode accentsSecondary text
800
057A
#057A4B
Text on light backgroundsHeadingsStrong borders
900
034E
#034E30
Primary textHigh emphasis contentDark headings
950
0231
#02311E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F0FEF9;
  --mint-100: #DDFEF0;
  --mint-200: #BFFCE4;
  --mint-300: #8EFACF;
  --mint-400: #54F8B6;
  --mint-500: #23F6A1;
  --mint-600: #09D785;
  --mint-700: #07AB6A;
  --mint-800: #057A4B;
  --mint-900: #034E30;
  --mint-950: #02311E;
}
Generate More ShadesCreate PaletteConvert Color