Mint

#5BF1B5

Green

Color Codes

All color formats for development

HEX
#5BF1B5
RGB
rgb(91, 241, 181)
HSL
hsl(156, 84%, 65%)
OKLCH
oklch(0.863 0.154 163.2)
CMYK
cmyk(62%, 0%, 25%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2FA
300
#93F6
400
#5BF1
500
#2CED
600
#12CE
700
#0EA4
800
#0A75
900
#074B
950
#042F

Shades

Darker variations

1#3CEEA7
2#1EEB99
3#13D588
4#10B774
5#0D9861
6#0B7A4D
7#085B3A
8#053D27
9#031E13

Tints

Lighter variations

1#6BF2BC
2#7CF4C4
3#8CF5CB
4#9CF6D2
5#ADF8DA
6#BDF9E1
7#CEFBE9
8#DEFCF0
9#EFFEF8

Tones

Muted variations

1#62E9B3
2#6AE2B2
3#71DAB0
4#79D3AF
5#80CBAD
6#88C4AC
7#8FBCAA
8#97B5A9
9#9EADA7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF0
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAE3
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6CE
BordersInactive statesPlaceholder text
400
5BF1
#5BF1B5
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDA0
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CE83
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA468
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A754A
Text on light backgroundsHeadingsStrong borders
900
074B
#074B30
Primary textHigh emphasis contentDark headings
950
042F
#042F1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F1FEF9;
  --mint-100: #DEFCF0;
  --mint-200: #C2FAE3;
  --mint-300: #93F6CE;
  --mint-400: #5BF1B5;
  --mint-500: #2CEDA0;
  --mint-600: #12CE83;
  --mint-700: #0EA468;
  --mint-800: #0A754A;
  --mint-900: #074B30;
  --mint-950: #042F1E;
}
Generate More ShadesCreate PaletteConvert Color