Mint

#55F7BB

Green

Color Codes

All color formats for development

HEX
#55F7BB
RGB
rgb(85, 247, 187)
HSL
hsl(158, 91%, 65%)
OKLCH
oklch(0.877 0.159 164.5)
CMYK
cmyk(66%, 0%, 24%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.36:1

AA AAA

On Black Background

15.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#8FFA
400
#55F7
500
#24F5
600
#0AD6
700
#08AA
800
#067A
900
#044E
950
#0231

Shades

Darker variations

1#35F5AF
2#15F4A2
3#0ADE90
4#09BE7C
5#079E67
6#067F52
7#045F3E
8#033F29
9#012015

Tints

Lighter variations

1#66F8C2
2#77F9C9
3#88F9D0
4#99FAD6
5#AAFBDD
6#BBFCE4
7#CCFDEB
8#DDFDF1
9#EEFEF8

Tones

Muted variations

1#5DEFB9
2#65E7B7
3#6DDFB5
4#75D6B3
5#7DCEB1
6#85C6AE
7#8DBEAC
8#96B6AA
9#9EAEA8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF1
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCE6
Secondary backgroundsInput backgroundsDividers
300
8FFA
#8FFAD3
BordersInactive statesPlaceholder text
400
55F7
#55F7BB
Disabled statesSecondary iconsMuted text
500
24F5
#24F5A8
Primary brand colorCTAsActive elementsLinks
600
0AD6
#0AD68B
Hover statesFocus ringsPrimary buttons hover
700
08AA
#08AA6F
Active/pressed statesDark mode accentsSecondary text
800
067A
#067A4F
Text on light backgroundsHeadingsStrong borders
900
044E
#044E33
Primary textHigh emphasis contentDark headings
950
0231
#023120
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F0FEF9;
  --mint-100: #DDFDF1;
  --mint-200: #C0FCE6;
  --mint-300: #8FFAD3;
  --mint-400: #55F7BB;
  --mint-500: #24F5A8;
  --mint-600: #0AD68B;
  --mint-700: #08AA6F;
  --mint-800: #067A4F;
  --mint-900: #044E33;
  --mint-950: #023120;
}
Generate More ShadesCreate PaletteConvert Color